summary refs log tree commit diff
path: root/changelog.d/7401.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix redis password support. (#7401)Erik Johnston2020-05-041-0/+1
We forgot to set the password on the subscriber connection, as well as not calling super methods for overridden connectionMade/connectionLost functions.