Turn on Redis clustering by default.
This commit is contained in:
parent
c9d0090f72
commit
b2a1c9be53
|
@ -111,6 +111,8 @@
|
|||
|
||||
'redis' => array(
|
||||
|
||||
'cluster' => true,
|
||||
|
||||
'default' => array(
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 6379,
|
||||
|
|
Loading…
Reference in New Issue