Merge pull request #2632 from pixelfed/trwnh-patch-1

change default client to phpredis
This commit is contained in:
daniel 2021-02-06 20:14:20 -07:00 committed by GitHub
commit 6c9e9b15d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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