Browse Source

Fix Redis config

When specifying a config file on the command line, Redis stupidly enough doesn't merge it with the default config values. So we need the full config file here...

Based on https://raw.githubusercontent.com/redis/redis/5.0/redis.conf at commit 265341b5
master
JustAnotherArchivist 3 years ago
parent
commit
3f9d4649c7
1 changed files with 1397 additions and 7 deletions
  1. +1397
    -7
      backend/redis.conf

+ 1397
- 7
backend/redis.conf
File diff suppressed because it is too large
View File


Loading…
Cancel
Save