Merge pull request #4051 from lokielse/master

Support predis v1.1.1
This commit is contained in:
Taylor Otwell 2016-11-16 14:57:07 -06:00 committed by GitHub
commit b122f775e9
1 changed files with 3 additions and 1 deletions

View File

@ -111,9 +111,11 @@
'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', '')
]
], ],
], ],