Turn Redis clustering off by default.

This commit is contained in:
Taylor Otwell 2013-11-01 14:36:59 -05:00
parent f387853eca
commit 0103a698d7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
'redis' => array( 'redis' => array(
'cluster' => true, 'cluster' => false,
'default' => array( 'default' => array(
'host' => '127.0.0.1', 'host' => '127.0.0.1',