cluster option not needed anymore
This commit is contained in:
parent
25aeb5da62
commit
45b779f807
|
@ -109,8 +109,6 @@
|
||||||
|
|
||||||
'client' => 'predis',
|
'client' => 'predis',
|
||||||
|
|
||||||
'cluster' => false,
|
|
||||||
|
|
||||||
'default' => [
|
'default' => [
|
||||||
'host' => env('REDIS_HOST', 'localhost'),
|
'host' => env('REDIS_HOST', 'localhost'),
|
||||||
'password' => env('REDIS_PASSWORD', null),
|
'password' => env('REDIS_PASSWORD', null),
|
||||||
|
|
Loading…
Reference in New Issue