Fix bugs in Redis class.
This commit is contained in:
@@ -113,7 +113,11 @@ return array(
|
||||
|
||||
'redis' => array(
|
||||
|
||||
'default' => array('host' => '127.0.0.1', 'port' => 6379),
|
||||
'default' => array(
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 6379,
|
||||
'database' => 0
|
||||
),
|
||||
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user