mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
update client
This commit is contained in:
parent
2f2fe98aa9
commit
ea7fc0b336
@ -113,7 +113,7 @@ return [
|
||||
|
||||
'redis' => [
|
||||
|
||||
'client' => 'predis',
|
||||
'client' => env('REDIS_CLIENT', 'predis'),
|
||||
|
||||
'options' => [
|
||||
'cluster' => env('REDIS_CLUSTER', 'predis'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user