Commit b122f775 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4051 from lokielse/master

Support predis v1.1.1
parents 038ae10a 69df2ada
...@@ -111,9 +111,11 @@ return [ ...@@ -111,9 +111,11 @@ return [
'default' => [ 'default' => [
'host' => env('REDIS_HOST', '127.0.0.1'), 'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379), 'port' => env('REDIS_PORT', 6379),
'database' => 0, 'database' => 0,
'parameters' => [
'password' => env('REDIS_PASSWORD', '')
]
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment