Support a Redis passwords
This commit is contained in:
@@ -131,6 +131,7 @@ return [
|
|||||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||||
'port' => env('REDIS_PORT', 6379),
|
'port' => env('REDIS_PORT', 6379),
|
||||||
'database' => env('REDIS_DATABASE', 0),
|
'database' => env('REDIS_DATABASE', 0),
|
||||||
|
'password' => env('REDIS_PASSWORD', null),
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user