Turn on Redis clustering by default.

This commit is contained in:
Taylor Otwell 2013-04-08 19:48:02 -05:00
parent c9d0090f72
commit b2a1c9be53
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@
'redis' => array( 'redis' => array(
'cluster' => true,
'default' => array( 'default' => array(
'host' => '127.0.0.1', 'host' => '127.0.0.1',
'port' => 6379, 'port' => 6379,