MatrixSynapse/synapse/replication/tcp
Erik Johnston 898655fd12
More efficiently handle no-op POSITION (#16640)
We may receive `POSITION` commands where we already know that worker has
advanced past that position, so there is no point in handling it.
2023-11-16 12:32:17 +00:00
..
streams More efficiently handle no-op POSITION (#16640) 2023-11-16 12:32:17 +00:00
__init__.py Update `replication.md` with info on TCP module structure (#12621) 2022-05-09 14:46:43 -07:00
client.py Allow multiple workers to write to receipts stream. (#16432) 2023-10-25 16:16:19 +01:00
commands.py Fix comments related to replication. (#16428) 2023-10-06 07:25:44 -04:00
context.py Add redis SSL configuration options (#15312) 2023-05-11 13:02:51 +01:00
external_cache.py Add opentracing spans to calls to external cache (#12380) 2022-04-07 13:18:29 +01:00
handler.py More efficiently handle no-op POSITION (#16640) 2023-11-16 12:32:17 +00:00
protocol.py Add some clarification to the doc/comments regarding TCP replication (#15354) 2023-03-30 12:51:35 +02:00
redis.py Add Unix socket support for Redis connections (#15644) 2023-05-26 15:28:39 -04:00
resource.py Reduce replication traffic due to reflected cache stream POSITION (#16557) 2023-10-27 12:51:08 +01:00