mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #2632 from pixelfed/trwnh-patch-1
change default client to phpredis
This commit is contained in:
commit
6c9e9b15d6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue