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

View File

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