summary refs log tree commit diff
path: root/stubs/txredisapi.pyi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add unit test for event persister sharding (#8433)Erik Johnston2020-10-021-1/+19
|
* Track command processing as a background process (#7879)Richard van der Hoff2020-07-221-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 Johnston2020-05-041-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 Johnston2020-04-221-0/+40
This is configured via the `redis` config options.