Skip to content

Commit ea7fc0b

Browse files
committed
update client
1 parent 2f2fe98 commit ea7fc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
'redis' => [
115115

116-
'client' => 'predis',
116+
'client' => env('REDIS_CLIENT', 'predis'),
117117

118118
'options' => [
119119
'cluster' => env('REDIS_CLUSTER', 'predis'),

0 commit comments

Comments
 (0)