Add missing option to redis config.

This commit is contained in:
Pásztor Gábor 2016-02-05 09:31:17 +01:00
parent 23da8330e7
commit f98bc30072
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,
],