Turn Redis clustering off by default.
This commit is contained in:
@@ -111,7 +111,7 @@ return array(
|
|||||||
|
|
||||||
'redis' => array(
|
'redis' => array(
|
||||||
|
|
||||||
'cluster' => true,
|
'cluster' => false,
|
||||||
|
|
||||||
'default' => array(
|
'default' => array(
|
||||||
'host' => '127.0.0.1',
|
'host' => '127.0.0.1',
|
||||||
|
|||||||
Reference in New Issue
Block a user