mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #3468 from shleeable/patch-12
Move from predis to phpredis as default for database. Matching cache
This commit is contained in:
commit
1238fb5d4d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,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