summary refs log tree commit diff
path: root/synapse/config/redis.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-291-1/+22
|
* Drop support for redis.dbid (#7450)Richard van der Hoff2020-05-071-1/+0
| | | Since we only use pubsub, the dbid is irrelevant.
* Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-221-0/+35
This is configured via the `redis` config options.