Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added an execute wrapper and tests. | Chayim I. Kirshen | 2021-08-23 | 1 | -3/+5 |
| | | | | The tests ensure that the function is called. Nothing more since we do not currently have enough testing support for sentinel | ||||
* | Merged new sentinel commands from #835 | Chayim I. Kirshen | 2021-08-23 | 1 | -0/+49 |
| | | | | Thanks you @otherpirate for the contribution! | ||||
* | 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 |