You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrating Synapse with Redis is required by horizontal scaling the charm.
81
+
82
+
See more information in [Scaling synapse via workers](https://matrix-org.github.io/synapse/latest/workers.html) in documentation repository for Synapse.
83
+
84
+
Example redis integrate command: `juju integrate synapse redis-k8s`
85
+
62
86
### saml
63
87
64
88
_Interface_: saml
@@ -73,4 +97,24 @@ Note that `public_baseurl` configuration set the public-facing base URL that
73
97
clients use to access this Homeserver. It's used as `entity_id` if set instead of
74
98
https://server_name.
75
99
100
+
See more information in [Charm Architecture](https://charmhub.io/synapse/docs/explanation-charm-architecture).
0 commit comments