MatrixSynapse/synapse/replication/tcp
Richard van der Hoff da9b2db3af
Drop support for redis.dbid (#7450)
Since we only use pubsub, the dbid is irrelevant.
2020-05-07 16:46:15 +01:00
..
streams Thread through instance name to replication client. (#7369) 2020-05-01 17:19:56 +01:00
__init__.py
client.py Thread through instance name to replication client. (#7369) 2020-05-01 17:19:56 +01:00
commands.py Add instance name to RDATA/POSITION commands (#7364) 2020-04-29 16:23:08 +01:00
handler.py Drop support for redis.dbid (#7450) 2020-05-07 16:46:15 +01:00
protocol.py Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) 2020-04-29 14:10:59 +01:00
redis.py Merge branch 'release-v1.13.0' into rav/fix_dropped_messages 2020-05-05 22:38:44 +01:00
resource.py