-
Notifications
You must be signed in to change notification settings - Fork 59
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 ZUNIONSTORE #2145
Node: add ZUNIONSTORE #2145
Conversation
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.
Please add cross slot test
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]>
Signed-off-by: Chloe Yip <[email protected]>
8972411
to
d3aab02
Compare
Signed-off-by: Chloe Yip <[email protected]>
`zunionstore test_%p`, | ||
async (protocol) => { | ||
await runTest(async (client: BaseClient) => { | ||
await zunionStoreBasicTest(client); |
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.
why did you choose to put everything into a single test case? Better to split this into separate test cases that can be run separately.
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.
It was Adar's desicion and I asked to split it (I keep asking)
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 assuming all comments are addressed
Signed-off-by: jonathanl-bq <[email protected]>
Co-authored-by: Yury-Fridlyand <[email protected]> Signed-off-by: jonathanl-bq <[email protected]>
original PR written by @adarovadya
https://valkey.io/commands/zunionstore/