Skip to content
Snippets Groups Projects
Unverified Commit 93b61589 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Add a note to changelog about redis usage (#9227)

parent cfcc4bfc
No related branches found
No related tags found
No related merge requests found
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) Synapse 1.26.0rc2 (2021-01-25)
============================== ==============================
......
Precompute joined hosts and store in Redis.
...@@ -40,6 +40,9 @@ which relays replication commands between processes. This can give a significant ...@@ -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 cpu saving on the main process and will be a prerequisite for upcoming
performance improvements. 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 See the [Architectural diagram](#architectural-diagram) section at the end for
a visualisation of what this looks like. a visualisation of what this looks like.
...@@ -271,7 +274,7 @@ using): ...@@ -271,7 +274,7 @@ using):
Note that a HTTP listener with `client` and `federation` resources must be Note that a HTTP listener with `client` and `federation` resources must be
configured in the `worker_listeners` option in the worker config. 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 For multiple workers not handling the SSO endpoints properly, see
[#7530](https://github.com/matrix-org/synapse/issues/7530). [#7530](https://github.com/matrix-org/synapse/issues/7530).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment