Tagged: Memcached
- AuthorPosts
Alexia Surtel
GuestBonjour,
J’ai le message d’erreur suivant :
The following memcached servers are not responding or not running:Cache de base de données : 127.0.0.1:11211.
Cache objet : 127.0.0.1:11211.
This message will automatically disappear once the issue is resolved.Je ne sais pas comment résoudre l’anomalie, pourriez-vous m’aider ?
Bonne journée à vous
Marko Vasiljevic
KeymasterHello Alexia,
Thank you for reaching out and I am happy to help!
This is related to the Memcached installation on your server, to be able to use it in the W3 Total Cache
Check the service at the CLI/SSH: memcached-tool 127.0.0.1:11211 display and memcached-tool 127.0.0.1:11211 stats.
telnet 127.0.0.1 11211
should communicate with memcache and respond to status commands etc
Look if the service is running: ps afux | grep memc
restart the service if needed (as root/sudo): service memcached restart.Let me know if this helps!
- AuthorPosts