summary refs log tree commit diff
path: root/synapse/replication/tcp/redis.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure that we never stop reconnecting to redis (#9391)Erik Johnston2021-02-111-2/+24
* Periodically send pings to detect dead Redis connections (#9218)Erik Johnston2021-01-261-51/+92
* Start fewer opentracing spans (#8640)Erik Johnston2020-10-261-1/+3
* Add unit test for event persister sharding (#8433)Erik Johnston2020-10-021-1/+39
* Handle replication commands synchronously where possible (#7876)Richard van der Hoff2020-07-271-20/+17
* Track command processing as a background process (#7879)Richard van der Hoff2020-07-221-2/+20
* Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-091-1/+1
* Fix Redis reconnection logic (#7482)Erik Johnston2020-05-131-1/+6
* Fix errors from malformed log line (#7454)Richard van der Hoff2020-05-071-1/+1
* Merge branch 'release-v1.13.0' into rav/fix_dropped_messagesRichard van der Hoff2020-05-051-0/+3
|\
| * Fix redis password support. (#7401)Erik Johnston2020-05-041-0/+3
* | Wait for a POSITION on the right connection before accepting RDATARichard van der Hoff2020-05-051-1/+1
* | Wait to subscribe before sending REPLICATERichard van der Hoff2020-05-051-19/+33
|/
* Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352)Erik Johnston2020-04-291-1/+1
* Fix replication metrics when using redis (#7325)Erik Johnston2020-04-221-1/+13
* Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-221-0/+181