Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add a note to changelog about redis usage (#9227)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jan 27, 2021
1 parent cfcc4bf commit 93b6158
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Unreleased
==========

Note that this release includes a change in Synapse to use Redis as a cache ─ as well as a pub/sub mechanism ─ if Redis support is enabled. No action is needed by server administrators, and we do not expect resource usage of the Redis instance to change dramatically.


Synapse 1.26.0rc2 (2021-01-25)
==============================

Expand Down
1 change: 1 addition & 0 deletions changelog.d/9227.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Precompute joined hosts and store in Redis.
5 changes: 4 additions & 1 deletion docs/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ which relays replication commands between processes. This can give a significant
cpu saving on the main process and will be a prerequisite for upcoming
performance improvements.

If Redis support is enabled Synapse will use it as a shared cache, as well as a
pub/sub mechanism.

See the [Architectural diagram](#architectural-diagram) section at the end for
a visualisation of what this looks like.

Expand Down Expand Up @@ -271,7 +274,7 @@ using):
Note that a HTTP listener with `client` and `federation` resources must be
configured in the `worker_listeners` option in the worker config.

Ensure that all SSO logins go to a single process (usually the main process).
Ensure that all SSO logins go to a single process (usually the main process).
For multiple workers not handling the SSO endpoints properly, see
[#7530](https://github.com/matrix-org/synapse/issues/7530).

Expand Down

0 comments on commit 93b6158

Please sign in to comment.