Updated to work with latest pickles.

This commit is contained in:
Josh Sherman 2014-08-04 00:40:30 +00:00
parent 998327b35f
commit 526670d333
11 changed files with 21 additions and 648 deletions

View file

@ -68,7 +68,7 @@ $config = array(
'redis' => array(
'type' => 'redis',
'hostname' => '127.0.0.1',
'port' => 6381,
'port' => 6380,
'database' => '0',
'namespace' => 'lb',
),