Merge pull request #3468 from shleeable/patch-12

Move from predis to phpredis as default for database. Matching cache
This commit is contained in:
daniel 2022-05-15 22:08:58 -06:00 committed by GitHub
commit 1238fb5d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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