summary refs log tree commit diff
path: root/develop/replication.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-05-16 19:57:39 +0000
committerclokep <clokep@users.noreply.github.com>2023-05-16 19:57:39 +0000
commit8b86bf8d844777cc6bed71d701b94fab5ef16b8e (patch)
tree99b63093ae1ce6109f60b35b7ad06a60d02631e9 /develop/replication.html
parentdeploy: 0ccfb9318c525d8f8f073c2d8fe6e763fb7b9c46 (diff)
downloadsynapse-8b86bf8d844777cc6bed71d701b94fab5ef16b8e.tar.xz
deploy: 375b0a8a119bb925ca280f050a25a931662fcbb5
Diffstat (limited to 'develop/replication.html')
-rw-r--r--develop/replication.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/develop/replication.html b/develop/replication.html

index 626f39bf24..abe7258850 100644 --- a/develop/replication.html +++ b/develop/replication.html
@@ -170,10 +170,6 @@ minimal.</p> <h2 id="architecture"><a class="header" href="#architecture">Architecture</a></h2> <h3 id="the-replication-protocol"><a class="header" href="#the-replication-protocol">The Replication Protocol</a></h3> <p>See <a href="tcp_replication.html">the TCP replication documentation</a>.</p> -<h3 id="the-slaved-datastore"><a class="header" href="#the-slaved-datastore">The Slaved DataStore</a></h3> -<p>There are read-only version of the synapse storage layer in -<code>synapse/replication/slave/storage</code> that use the response of the -replication API to invalidate their caches.</p> <h3 id="the-tcp-replication-module"><a class="header" href="#the-tcp-replication-module">The TCP Replication Module</a></h3> <p>Information about how the tcp replication module is structured, including how the classes interact, can be found in