synapse/stubs
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
..
sortedcontainers Run the linters on a consistent list of files (#9038) 2021-01-08 14:08:44 +00:00
frozendict.pyi Run the linters on a consistent list of files (#9038) 2021-01-08 14:08:44 +00:00
txredisapi.pyi Periodically send pings to detect dead Redis connections (#9218) 2021-01-26 10:54:54 +00:00