Commit 54ee465d authored by Till Krüss's avatar Till Krüss Committed by GitHub

Added `database.redis.client` configuration

parent 4eeec60d
...@@ -107,6 +107,8 @@ return [ ...@@ -107,6 +107,8 @@ return [
'redis' => [ 'redis' => [
'client' => env('REDIS_CLIENT', 'predis'),
'cluster' => false, 'cluster' => false,
'default' => [ 'default' => [
......
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