diff options
author | Shay <hillerys@element.io> | 2022-05-09 14:46:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 14:46:43 -0700 |
commit | d80a7ab151afd6919b4e14a258105ab59146d528 (patch) | |
tree | 8fbdbd7330035195f79f8dbf13ae91db8b285d40 /docs/replication.md | |
parent | Update SQL statements in docs for Synapse Admins (#12536) (diff) | |
download | synapse-d80a7ab151afd6919b4e14a258105ab59146d528.tar.xz |
Update `replication.md` with info on TCP module structure (#12621)
Diffstat (limited to 'docs/replication.md')
-rw-r--r-- | docs/replication.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/replication.md b/docs/replication.md index e82df0de8a..108da9a065 100644 --- a/docs/replication.md +++ b/docs/replication.md @@ -35,3 +35,8 @@ See [the TCP replication documentation](tcp_replication.md). There are read-only version of the synapse storage layer in `synapse/replication/slave/storage` that use the response of the replication API to invalidate their caches. + +### The TCP Replication Module +Information about how the tcp replication module is structured, including how +the classes interact, can be found in +`synapse/replication/tcp/__init__.py` |