Add redis

This isn't really used as a cache, but it is for a couple bits, so nice to enable it anyway, and it might become so in future
This commit is contained in:
Jake Howard
2021-06-12 18:53:50 +01:00
parent 290b147821
commit 4e5fa59c58
2 changed files with 13 additions and 0 deletions

View File

@ -70,3 +70,10 @@ trusted_key_servers:
- server_name: matrix.org
suppress_key_server_warning: true
## Workers ##
redis:
enabled: true
host: redis
port: 6379