Redis option not enabled
-
Hi,
I am (yet another person!) having trouble with W3TC and Redis. WordPress and Redis are on the same server.
I have:
– installed and verified that Redis is running (ping/pong
).
– installedphpredis
and verified withphp -r "if (new Redis() == true){ echo \"OK \r\n\"; }"
– followed the FAQ and addeddb-config.php
in the pluginini
folder with (taken from the sample in the same dir):<?php define( 'W3TC_CONFIG_CACHE_ENGINE', 'redis'); define( 'W3TC_CONFIG_CACHE_REDIS_SERVERS', '127.0.0.1:6379' );
The Redis option is still disabled and I am not sure where to look next.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Redis option not enabled’ is closed to new replies.