Redis server : 3.2.8
PHP module : redis (3.1.1)
System test >> redis : no error. All are fine.
My redis config file :
$config['Optimise']['redisServers'] = array(
array('host' => '127.0.0.1', 'port' => 6379)
);
$config['Optimise']['redisMaxDelay'] = 10; // if slave server is out of sync by...
Redis
$config['Optimise']['redisServers'] = array(
array('host' => '127.0.0.1', 'port' => 6379),
);
$config['Optimise']['redisMaxDelay'] = 10; // is slave server is out of sync by more than this many seconds, switch to master
$config['Optimise']['redisTimeout'] = 3; // if redis server...
I have redis version 2.2.5. All seems to be running.
Verified in redis-cli with 'info' I can see RAM being assigned.
Updates done for config.php
$config['Misc']['redisServers'] = array(
array('127.0.0.1', 6379),
);
$config['Misc']['redisMaxDelay'] = 10; // is slave server is out of sync...
Hi, just giving the Lite version ago before going pro.
I have installed it, all went fine with that, selected forum and user groups. I have two browsers open, replied to a thread but it didn't appear in the other window. refresh is set to every 5 seconds.
Looking at Network activity(Google...
I have today Install Redis on my Server. I have Start Redis and have write
$config['Misc']['redisServers'] = array(
array('127.0.0.1', 6379),
);
$config['Misc']['redisMaxDelay'] = 10; // is slave server is out of sync by more than this many seconds, switch to master...