summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-05-07 16:46:15 +0100
committerGitHub <noreply@github.com>2020-05-07 16:46:15 +0100
commitda9b2db3af55f8508689f5c5d3aab67c01a3edbd (patch)
tree03042633b59d352a36e4292a7b32460085da2d07 /changelog.d
parentAdd a configuration setting for the dummy event threshold (#7422) (diff)
downloadsynapse-da9b2db3af55f8508689f5c5d3aab67c01a3edbd.tar.xz
Drop support for redis.dbid (#7450)
Since we only use pubsub, the dbid is irrelevant.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7450.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7450.feature b/changelog.d/7450.feature
new file mode 100644
index 0000000000..ce6140fdd1
--- /dev/null
+++ b/changelog.d/7450.feature
@@ -0,0 +1 @@
+Add support for running replication over Redis when using workers.