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