summaryrefslogtreecommitdiff
path: root/redis/commands.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged new sentinel commands from #834 (#1550)Chayim2021-08-291-1/+52
| | | | | | | | | * Merged new sentinel commands from #835 Thanks you @otherpirate for the contribution! * Added an execute wrapper and tests. The tests ensure that the function is called. Nothing more since we do not currently have enough testing support for sentinel
* Migrating commands to a mixin (#1534)Chayim2021-08-181-0/+2995
* Moving redis commands to a mixin This patterns allows for the reuse of these commands across connection types, including modules that are based on this client * splitting sentinel specific commands into the respective mixin