forked from valkey-io/valkey-glide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Node: Add binary support for hash commands (valkey-io#2194)
* Update CHANGELOG Signed-off-by: Jonathan Louie <[email protected]> * Add binary variants for hash commands Signed-off-by: Jonathan Louie <[email protected]> * Apply Prettier Signed-off-by: Jonathan Louie <[email protected]> * Change args for hscan to be GlideString[] Signed-off-by: Jonathan Louie <[email protected]> * Use GlideString for BaseScanOptions Signed-off-by: Jonathan Louie <[email protected]> * Run Prettier Signed-off-by: Jonathan Louie <[email protected]> * Exclude HSCAN command from changes for now Signed-off-by: Jonathan Louie <[email protected]> * Revert change to return type of convertBaseScanOptionsToArgsArray Signed-off-by: Jonathan Louie <[email protected]> * Revert accidental change of count to string for BaseScanOptions Signed-off-by: Jonathan Louie <[email protected]> * Apply Prettier Signed-off-by: Jonathan Louie <[email protected]> * Start changing hash commands to use DecoderOption Signed-off-by: Jonathan Louie <[email protected]> * Add DecoderOption for hash commands Signed-off-by: Jonathan Louie <[email protected]> * Update SharedTests Signed-off-by: Jonathan Louie <[email protected]> * Shorten DecoderOption parameter descriptions Signed-off-by: Jonathan Louie <[email protected]> * Apply Prettier Signed-off-by: Jonathan Louie <[email protected]> * Try to fix test failures Signed-off-by: Jonathan Louie <[email protected]> * Switch to toContainEqual for hrandfield binary test Signed-off-by: Jonathan Louie <[email protected]> --------- Signed-off-by: Jonathan Louie <[email protected]> Signed-off-by: jonathanl-bq <[email protected]>
- Loading branch information
1 parent
70b0ae8
commit 8abbfb3
Showing
5 changed files
with
165 additions
and
86 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
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.