Merge pull request #1754 from gpasztor87/patch-2

Add missing option to redis config.
This commit is contained in:
Samuel Georges 2016-02-13 16:30:35 +11:00
commit c7862a84b6
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ return [
'default' => [
'host' => '127.0.0.1',
'password' => null,
'port' => 6379,
'database' => 0,
],