Skip to content

Commit

Permalink
add back config variable for redis client
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 authored May 14, 2024
1 parent 7efa04f commit 9f40ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
],

'redis' => [
'client' => env('REDIS_CLIENT', 'predis'),

'default' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),
'path' => env('REDIS_PATH', '/run/redis/redis.sock'),
Expand Down

0 comments on commit 9f40ed2

Please sign in to comment.