seconds

  1. S

    Bug Redis::connect(): connect() failed: Cannot assign requested address

    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...
  2. Fillip H.

    DragonByte Optimise Cache Info

    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...
  3. R

    Question Redis installed.

    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...
  4. R

    Question Thread not auto updating.

    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...
  5. M

    Question Redis test but its not working

    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...
Back
Top