forked-synapse/synapse/replication/tcp
Erik Johnston f6f7511a4c
Refactor getting replication updates from database. (#7636)
The aim here is to make it easier to reason about when streams are limited and when they're not, by moving the logic into the database functions themselves. This should mean we can kill of `db_query_to_update_function` function.
2020-06-16 17:10:28 +01:00
..
streams Refactor getting replication updates from database. (#7636) 2020-06-16 17:10:28 +01:00
__init__.py Move client command handling out of TCP protocol (#7185) 2020-04-06 09:58:42 +01:00
client.py Typo fixes. 2020-06-05 08:43:21 -04:00
commands.py Discard RDATA from already seen positions. (#7648) 2020-06-15 08:44:54 -04:00
handler.py Discard RDATA from already seen positions. (#7648) 2020-06-15 08:44:54 -04:00
protocol.py Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) 2020-04-29 14:10:59 +01:00
redis.py Fix Redis reconnection logic (#7482) 2020-05-13 09:57:15 +01:00
resource.py Have all instances correctly respond to REPLICATE command. (#7475) 2020-05-13 10:27:02 +01:00