Skip to content

Commit b835eb2

Browse files
authored
Make optional networking and security settings for Redis more apparent in workers.md (#19073)
I couldn't really find any documentation regarding how to setup TLS communication between Synapse and Redis, so I looked through the source code and found it. I figured I should go ahead and document it here.
1 parent fc244bb commit b835eb2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

changelog.d/19073.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Point out additional Redis configuration options available in the worker docs. Contributed by @servisbryce.

docs/workers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ worker_replication_secret: ""
120120

121121
redis:
122122
enabled: true
123+
# For additional Redis configuration options (TLS, authentication, etc.),
124+
# see the Synapse configuration documentation:
125+
# https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#redis
123126

124127
instance_map:
125128
main:

0 commit comments

Comments
 (0)