update client

This commit is contained in:
Taylor Otwell 2019-02-15 07:51:45 -06:00
parent 2f2fe98aa9
commit ea7fc0b336
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ return [
'redis' => [
'client' => 'predis',
'client' => env('REDIS_CLIENT', 'predis'),
'options' => [
'cluster' => env('REDIS_CLUSTER', 'predis'),