Fix bugs in Redis class.

This commit is contained in:
Taylor Otwell
2012-03-21 11:38:30 -05:00
parent 13a70bcc3a
commit 244d4bfd07
2 changed files with 45 additions and 14 deletions

View File

@@ -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
),
),