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

Add a note to changelog about redis usage #9227

Merged
merged 4 commits into from
Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
erikjohnston marked this conversation as resolved.
Show resolved Hide resolved


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.