Error establishing a Redis connection
-
# Error establishing a Redis connection
read error on connection to 127.0.0.1:6379
WordPress is unable to establish a connection to Redis. This means that the connection information in yourwp-config.php
file are incorrect, or that the Redis server is not reachable. * Is the correct Redis host and port set? * Is the Redis server running? If you need help, please read the [installation instructions](https://github.com/rhubarbgroup/redis-cache/blob/develop/INSTALL.md). To disable Redis, delete theobject-cache.php
file in the/wp-content/
directory.Sometimes, when I post a new article into my blog or get plugins upgrade. I got these errors. Then, I press Refresh on the Browser, the site is back to working.
Seems, the Redis server is down for a few seconds, or Redis object cache plugin is unable to connect to Redis server for a few seconds.
Do you know why? Or how to optimize Redis server to fix this error?
Thank you
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Error establishing a Redis connection’ is closed to new replies.