summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason Little <realtyem@gmail.com>2023-05-26 14:28:39 -0500
committerGitHub <noreply@github.com>2023-05-26 15:28:39 -0400
commitc835befd10ae0087c3c54a36989ba347313b68af (patch)
treeed898f1379a6e93a0351aad64023a9b073f7a48a /changelog.d
parentAdd `MSC3820opt2` as a known room version (#15678) (diff)
downloadsynapse-c835befd10ae0087c3c54a36989ba347313b68af.tar.xz
Add Unix socket support for Redis connections (#15644)
Adds a new configuration setting to connect to Redis via a Unix
socket instead of over TCP. Disabled by default.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15644.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15644.feature b/changelog.d/15644.feature
new file mode 100644
index 0000000000..1b6126af53
--- /dev/null
+++ b/changelog.d/15644.feature
@@ -0,0 +1 @@
+Add Unix socket support for Redis connections. Contributed by Jason Little.