-
Notifications
You must be signed in to change notification settings - Fork 53
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 XCLAIM
command.
#2092
Node: Add XCLAIM
command.
#2092
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
@@ -871,6 +871,64 @@ export async function transactionTest( | |||
]); | |||
baseTransaction.xdel(key9, ["0-3", "0-5"]); | |||
responseData.push(["xdel(key9, [['0-3', '0-5']])", 1]); | |||
|
|||
// key9 has one entry here: {"0-2":[["field","value2"]]} |
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.
is this comment relevant to stay in the code? or was it more used for testing?
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.
Yes, it is helper for us when adding tests
Co-authored-by: Guian Gumpac <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
…7-XCLAIM Signed-off-by: Yury-Fridlyand <[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.
LGTM - for the two customCommands, do we need to add a TODO
to remind us to replace to actual commands once implemented?
I set a reminder in my head, hope it won't GC'd. |
* Add `XCLAIM` command. --------- Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Guian Gumpac <[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]>
No description provided.