forked from mirror/pixelfed
Merge pull request #3476 from pixelfed/staging
Revert default redis driver back to predis for now
This commit is contained in:
commit
ae595c5611
|
@ -107,7 +107,7 @@ return [
|
|||
|
||||
'redis' => [
|
||||
|
||||
'client' => env('REDIS_CLIENT', 'phpredis'),
|
||||
'client' => env('REDIS_CLIENT', 'predis'),
|
||||
|
||||
'default' => [
|
||||
'scheme' => env('REDIS_SCHEME', 'tcp'),
|
||||
|
|
Loading…
Reference in New Issue