synapse/tests/replication
Erik Johnston 5016b162fc
Move client command handling out of TCP protocol (#7185)
The aim here is to move the command handling out of the TCP protocol classes and to also merge the client and server command handling (so that we can reuse them for redis protocol). This PR simply moves the client paths to the new `ReplicationCommandHandler`, a future PR will move the server paths too.
2020-04-06 09:58:42 +01:00
..
slave Move client command handling out of TCP protocol (#7185) 2020-04-06 09:58:42 +01:00
tcp Move client command handling out of TCP protocol (#7185) 2020-04-06 09:58:42 +01:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00