mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-07 18:31:36 +01:00
deploy: f608e6c8cf48d8d5327c5ac04746f4f7f3992e31
This commit is contained in:
parent
7fd838ad6a
commit
69e2718bad
@ -9027,7 +9027,7 @@ for a higher level overview.</p>
|
|||||||
feeds streams of newly written data between processes so they can be kept in
|
feeds streams of newly written data between processes so they can be kept in
|
||||||
sync with the database state.</p>
|
sync with the database state.</p>
|
||||||
<p>When configured to do so, Synapse uses a
|
<p>When configured to do so, Synapse uses a
|
||||||
<a href="https://redis.io/topics/pubsub">Redis pub/sub channel</a> to send the replication
|
<a href="https://redis.io/docs/manual/pubsub/">Redis pub/sub channel</a> to send the replication
|
||||||
stream between all configured Synapse processes. Additionally, processes may
|
stream between all configured Synapse processes. Additionally, processes may
|
||||||
make HTTP requests to each other, primarily for operations which need to wait
|
make HTTP requests to each other, primarily for operations which need to wait
|
||||||
for a reply ─ such as sending an event.</p>
|
for a reply ─ such as sending an event.</p>
|
||||||
|
|||||||
@ -204,7 +204,7 @@ for a higher level overview.</p>
|
|||||||
feeds streams of newly written data between processes so they can be kept in
|
feeds streams of newly written data between processes so they can be kept in
|
||||||
sync with the database state.</p>
|
sync with the database state.</p>
|
||||||
<p>When configured to do so, Synapse uses a
|
<p>When configured to do so, Synapse uses a
|
||||||
<a href="https://redis.io/topics/pubsub">Redis pub/sub channel</a> to send the replication
|
<a href="https://redis.io/docs/manual/pubsub/">Redis pub/sub channel</a> to send the replication
|
||||||
stream between all configured Synapse processes. Additionally, processes may
|
stream between all configured Synapse processes. Additionally, processes may
|
||||||
make HTTP requests to each other, primarily for operations which need to wait
|
make HTTP requests to each other, primarily for operations which need to wait
|
||||||
for a reply ─ such as sending an event.</p>
|
for a reply ─ such as sending an event.</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user