1
0
Fork 0

Merge pull request #3476 from pixelfed/staging

Revert default redis driver back to predis for now
This commit is contained in:
daniel 2022-05-16 03:09:02 -06:00 committed by GitHub
commit ae595c5611
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', 'phpredis'),
'client' => env('REDIS_CLIENT', 'predis'),
'default' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),