Redis object-cache on hosting like Beget
-
Hello
I am triyng your plugin can you please help me to understand Redis setup ?My hosting privider Beget only asks me to use Redis Object Cache plugin and to add
define('WP_CACHE_KEY_SALT', 'my-site.com'); define('WP_CACHE', true);instead of
$redis_server = array( 'host' => '127.0.0.1', 'port' => 6379, 'auth' => '12345', 'database' => 0, );‘auth’ What I supposed to insert intead of 12345 ?
‘database’ What I supposed to insert intead of zero ?One more question
It is possible to applay cache (Redis) to community plugins like PeepSo ? I am only interested in lowering CPU usage.Thank you
The topic ‘Redis object-cache on hosting like Beget’ is closed to new replies.