synapse/tests/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 Add final type hint to tests.unittest. (#15072) 2023-02-14 14:03:35 -05:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_commands.py Add missing type hints to tests.replication. (#14987) 2023-02-06 09:55:00 -05:00
test_handler.py Fix bug where 5s delays would occasionally happen. (#15150) 2023-02-24 14:39:50 +00:00