Error establishing a Redis connection
MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
WordPress is unable to establish a connection to Redis. This means that the connection information in your wp-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.
To disable Redis, delete the object-cache.php
file in the /wp-content/
directory.