Added `database.redis.client` configuration

This commit is contained in:
Till Krüss 2016-09-21 13:34:46 -07:00 committed by GitHub
parent 4eeec60d7a
commit 54ee465deb
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@
'redis' => [
'client' => env('REDIS_CLIENT', 'predis'),
'cluster' => false,
'default' => [