MatrixSynapse/synapse/replication/tcp
Patrick Cloke afb216c202
Remove no-op send_command for Redis replication. (#15274)
With Redis commands do not need to be re-issued by the main
process (they fan-out to all processes at once) and thus it is no
longer necessary to worry about them reflecting recursively forever.
2023-03-16 11:13:30 -04:00
..
streams Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
__init__.py
client.py Remove unused class: DirectTcpReplicationClientFactory. (#15272) 2023-03-15 15:42:20 -04:00
commands.py
external_cache.py
handler.py Remove no-op send_command for Redis replication. (#15274) 2023-03-16 11:13:30 -04:00
protocol.py
redis.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
resource.py Fix bug where 5s delays would occasionally happen. (#15150) 2023-02-24 14:39:50 +00:00