Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merged new sentinel commands from #834 (#1550) | Chayim | 2021-08-29 | 1 | -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) | Chayim | 2021-08-18 | 1 | -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 |