0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-17 07:09:00 +02:00
Commit graph

2 commits

Author SHA1 Message Date
Erik Johnston
350421e058
Fix redis password support. (#7401)
We forgot to set the password on the subscriber connection, as well as
not calling super methods for overridden connectionMade/connectionLost
functions.
2020-05-04 14:04:09 +01:00
Erik Johnston
51f7eaf908
Add ability to run replication protocol over redis. (#7040)
This is configured via the `redis` config options.
2020-04-22 13:07:41 +01:00