Fix `AUTH` failed: ERR Client sent AUTH
This commit is contained in:
parent
4c6e477131
commit
7d4115f0ca
|
@ -111,7 +111,7 @@
|
|||
|
||||
'default' => [
|
||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||
'password' => env('REDIS_PASSWORD', ''),
|
||||
'password' => env('REDIS_PASSWORD', null),
|
||||
'port' => env('REDIS_PORT', 6379),
|
||||
'database' => 0,
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue