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