Added database.redis.client configuration
This commit is contained in:
parent
4eeec60d7a
commit
54ee465deb
@ -107,6 +107,8 @@ return [
|
||||
|
||||
'redis' => [
|
||||
|
||||
'client' => env('REDIS_CLIENT', 'predis'),
|
||||
|
||||
'cluster' => false,
|
||||
|
||||
'default' => [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user