Testing if Object Caching works
-
Hi,
how do I see if the plugin is working correctly with Redis?
I have put this in the top of wp-config.php:$redis_server = array( 'host' => 'unix:/var/run/redis/redis.sock', 'database' => 0, ); define('NONCE_SALT', 'some text'); define('WP_CACHE_KEY_SALT', 'example.com'); define('WP_REDIS_USE_CACHE_GROUPS', true);
But in the command line when running
sudo redis-cli -s /var/run/redis/redis.sock monitor
I just get OK but no output of any caching.How do I see if the plugin works?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Testing if Object Caching works’ is closed to new replies.