Commit Graph

3 Commits (1d00a749b742a8a9f12d903595ce48dd569a42a9)

Author SHA1 Message Date
Erik Johnston cadb3f57dd Merge server command processing into ReplicationCommandHandler 2020-04-06 12:53:14 +01:00
Erik Johnston e6c25e0858 Allow ReplicationCommandHandler to have multiple connections
This will allow the server replication component to use
ReplicationCommandHandler.
2020-04-06 12:52:53 +01:00
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