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
1 changed files with 1 additions and 1 deletions

View File

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