Commit b2a1c9be by Taylor Otwell

Turn on Redis clustering by default.

parent c9d0090f
......@@ -111,6 +111,8 @@ return array(
'redis' => array(
'cluster' => true,
'default' => array(
'host' => '127.0.0.1',
'port' => 6379,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment