Status: Not connected
-
I have this weird issue after changing way plugin connects to the Redis. I’ve placed following two entries in wp-config.php file:
define( 'WP_REDIS_SCHEME', 'unix' ); define( 'WP_REDIS_PATH', '/var/run/redis/redis.sock' );
When checking status via wp-cli utility I’m getting following result:
$ wp redis status Status: Connected Client: PECL Extension (v3.0.0)
But in website interface it says:
Not Connected
Any ideas or suggestions what to check?
- The topic ‘Status: Not connected’ is closed to new replies.