-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for splitting multi-key commands per slot (#23)
- Remove support for command splitting in cluster API Since old days (from hiredis-vip) there has been support for sending some commands that contains multiple keys, but which covers multiple slots. The client would split a command into multiple commands and send to each node handling each slot. This is unnecessary complex, so lets remove it in this early stage. - Refactor function that prepares cluster commands Rename and remove unnecessary checks in the internal function `command_format_by_slot()`. Signed-off-by: Björn Svensson <[email protected]>
- Loading branch information
Showing
7 changed files
with
59 additions
and
835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.