Connection Exception: Redis server went away (RedisException)
-
Can someone help me with redis? I have it installed. redis-cli ping returns pong. I installed the redis object cache plugin and input the wp-config.php values and enable but it says ‘not connected’
define(‘WP_CACHE’, true);
define(‘WP_REDIS_PORT’, 6380);
define(‘WP_CACHE_KEY_SALT’,’string’);
//tried with 127.0.0.1 && localhost
define(‘WP_REDIS_HOST’, ‘redis’);
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Connection Exception: Redis server went away (RedisException)’ is closed to new replies.