diff options
author | Jason Little <realtyem@gmail.com> | 2023-05-26 14:28:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 15:28:39 -0400 |
commit | c835befd10ae0087c3c54a36989ba347313b68af (patch) | |
tree | ed898f1379a6e93a0351aad64023a9b073f7a48a /changelog.d | |
parent | Add `MSC3820opt2` as a known room version (#15678) (diff) | |
download | synapse-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.feature | 1 |
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. |