forked from mirror/pixelfed
Merge pull request #2632 from pixelfed/trwnh-patch-1
change default client to phpredis
This commit is contained in:
commit
6c9e9b15d6
|
@ -106,7 +106,7 @@ return [
|
|||
|
||||
'redis' => [
|
||||
|
||||
'client' => env('REDIS_CLIENT', 'predis'),
|
||||
'client' => env('REDIS_CLIENT', 'phpredis'),
|
||||
|
||||
'default' => [
|
||||
'scheme' => env('REDIS_SCHEME', 'tcp'),
|
||||
|
|
Loading…
Reference in New Issue