Turn Redis clustering off by default.
This commit is contained in:
parent
f387853eca
commit
0103a698d7
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue