diff options
author | H-Shay <H-Shay@users.noreply.github.com> | 2022-04-05 00:41:04 +0000 |
---|---|---|
committer | H-Shay <H-Shay@users.noreply.github.com> | 2022-04-05 00:41:04 +0000 |
commit | 69e2718bad7473ceb23a975c2cbbd4ad722c599c (patch) | |
tree | 4a5a2a3b3a11989cb3dd21e91d5e0f6a522388e7 | |
parent | deploy: 993d90f82ba8faace30cbdaace5a8c5a4468b32a (diff) | |
download | synapse-69e2718bad7473ceb23a975c2cbbd4ad722c599c.tar.xz |
deploy: f608e6c8cf48d8d5327c5ac04746f4f7f3992e31
-rw-r--r-- | develop/print.html | 2 | ||||
-rw-r--r-- | develop/workers.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html index 55ea902ca1..1d8b62d279 100644 --- a/develop/print.html +++ b/develop/print.html @@ -9027,7 +9027,7 @@ for a higher level overview.</p> feeds streams of newly written data between processes so they can be kept in sync with the database state.</p> <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 make HTTP requests to each other, primarily for operations which need to wait for a reply ─ such as sending an event.</p> diff --git a/develop/workers.html b/develop/workers.html index db0928a810..4eca9c5e89 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -204,7 +204,7 @@ for a higher level overview.</p> feeds streams of newly written data between processes so they can be kept in sync with the database state.</p> <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 make HTTP requests to each other, primarily for operations which need to wait for a reply ─ such as sending an event.</p> |