Skip to content

Commit

Permalink
change redis cofnig
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsohelmia committed Dec 2, 2021
1 parent fd98d7a commit c754a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

'redis' => [

'client' => env('REDIS_CLIENT', 'phpredis'),
'client' => env('REDIS_CLIENT', 'predis'),

'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
Expand Down

0 comments on commit c754a1d

Please sign in to comment.