Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Track command processing as a background process (#7879) | Richard van der Hoff | 2020-07-22 | 1 | -0/+1 |
| | | | | I'm going to be doing more stuff synchronously, and I don't want to lose the CPU metrics down the sofa. | ||||
* | Fix redis password support. (#7401) | Erik Johnston | 2020-05-04 | 1 | -0/+3 |
| | | | | | We forgot to set the password on the subscriber connection, as well as not calling super methods for overridden connectionMade/connectionLost functions. | ||||
* | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 1 | -0/+40 |
This is configured via the `redis` config options. |