-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node: add HSCAN #2098
Node: add HSCAN #2098
Conversation
2b1bb0d
to
e4f096a
Compare
7683c0d
to
29a0117
Compare
node/src/BaseClient.ts
Outdated
* @param key - The key of the set. | ||
* @param cursor - The cursor that points to the next iteration of results. A value of `"0"` indicates the start of the search. | ||
* @param options - The {@link BaseScanOptions}. | ||
* @returns An array of the `cursor` and the subset of the hash held by `key`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can keep only the first phrase and add "see example for more details"? I did this in some commands.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we should decide this as a team if we want to follow this convention, but i also don't mind shortening it down
320c979
to
772356f
Compare
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
* Added XGROUP CREATE and XGROUP DESTROY commands Signed-off-by: Guian Gumpac <[email protected]> --------- Signed-off-by: Guian Gumpac <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: ort-bot <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
* Add `GEOSEARCHSTORE` command. Signed-off-by: Yury-Fridlyand <[email protected]> * Signed-off-by: Yury-Fridlyand <[email protected]> --------- Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
* Add `XCLAIM` command. --------- Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Guian Gumpac <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
* Add `FUNCTION STATS` command. Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
* Node: add SRANDMEMBER command --------- Signed-off-by: Shoham Elias <[email protected]> Signed-off-by: Andrew Carbonetto <[email protected]> Co-authored-by: Shoham Elias <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
* Add `HRANDFIELD` command. Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Andrew Carbonetto <[email protected]> Co-authored-by: Andrew Carbonetto <[email protected]>
* Node: added APPEND command Signed-off-by: Yi-Pin Chen <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
* Node: add command BZPOPMAX & BZPOPMIN Signed-off-by: TJ Zhang <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
* Add `XINFO CONSUMERS` command. Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Guian Gumpac <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
* Node: Add XINFO STREAM command --------- Signed-off-by: Andrew Carbonetto <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
Fix IT. Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
* Add Scala and Kotlin examples Signed-off-by: Guian Gumpac <[email protected]> --------- Signed-off-by: Jonathan Louie <[email protected]> Signed-off-by: Guian Gumpac <[email protected]> Co-authored-by: Yury-Fridlyand <[email protected]> Co-authored-by: Guian Gumpac <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
…alkey-io#2088) * Added XGROUP CREATE and XGROUP DESTROY commands Signed-off-by: Guian Gumpac <[email protected]> --------- Signed-off-by: Guian Gumpac <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
* Node: Add ZRANGESTORE command --------- Signed-off-by: Andrew Carbonetto <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
* Node: added MOVE command Signed-off-by: Yi-Pin Chen <[email protected]> Signed-off-by: Chloe Yip <[email protected]>
* Add `XPENDING` command. Signed-off-by: Yury-Fridlyand <[email protected]>
5046138
to
8ca6681
Compare
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When your PR is ready for merge, please squash and remove all commit history before the merge.
Signed-off-by: Chloe Yip <[email protected]>
No description provided.