forked-synapse/synapse/replication
Erik Johnston a1ff1e967f
Periodically send pings to detect dead Redis connections (#9218)
This is done by creating a custom `RedisFactory` subclass that
periodically pings all connections in its pool.

We also ensure that the `replyTimeout` param is non-null, so that we
timeout waiting for the reply to those pings (and thus triggering a
reconnect).
2021-01-26 10:54:54 +00:00
..
http Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
slave Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
tcp Periodically send pings to detect dead Redis connections (#9218) 2021-01-26 10:54:54 +00:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00