Update cache config, use phpredis by default

This commit is contained in:
Daniel Supernault 2021-01-24 14:13:56 -07:00
parent febe9e1b6d
commit ed6877df7a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ return [
'redis' => [
'driver' => 'redis',
'client' => env('REDIS_CLIENT', 'predis'),
'client' => env('REDIS_CLIENT', 'phpredis'),
'default' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),