Commit 0103a698 authored by Taylor Otwell's avatar Taylor Otwell

Turn Redis clustering off by default.

parent f387853e
......@@ -111,7 +111,7 @@ return array(
'redis' => array(
'cluster' => true,
'cluster' => false,
'default' => array(
'host' => '127.0.0.1',
......
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