diff options
author | Roel ter Maat <roel.termaat@nedap.com> | 2023-05-11 14:02:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 13:02:51 +0100 |
commit | 2611433b70fc30c436f6b9b950a3bcc533b3df5b (patch) | |
tree | ae8d8e09b921582db255e303422f036ea615d4a9 /changelog.d | |
parent | Require at least poetry-core v1.2.0 (#15566) (diff) | |
download | synapse-2611433b70fc30c436f6b9b950a3bcc533b3df5b.tar.xz |
Add redis SSL configuration options (#15312)
* Add SSL options to redis config * fix lint issues * Add documentation and changelog file * add missing . at the end of the changelog * Move client context factory to new file * Rename ssl to tls and fix typo * fix lint issues * Added when redis attributes were added
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15312.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15312.feature b/changelog.d/15312.feature new file mode 100644 index 0000000000..e4e972cfeb --- /dev/null +++ b/changelog.d/15312.feature @@ -0,0 +1 @@ +Add redis TLS configuration options. \ No newline at end of file |