Support a Redis passwords

This commit is contained in:
James Brooks
2016-06-05 16:52:18 +01:00
parent 27e46d77e6
commit 812160839f

View File

@@ -131,6 +131,7 @@ return [
'host' => env('REDIS_HOST', '127.0.0.1'),
'port' => env('REDIS_PORT', 6379),
'database' => env('REDIS_DATABASE', 0),
'password' => env('REDIS_PASSWORD', null),
],
],