Skip to content
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: fix ZADD bug #1995

Merged
merged 5 commits into from
Jul 23, 2024
Merged

Conversation

GumpacG
Copy link
Collaborator

@GumpacG GumpacG commented Jul 22, 2024

Description

The bug in the ZADD implementation does not allow for users to call zadd with only the changed parameter. This PR will allow for zadd("key", { one: 1, two: 2 }, { changed: true }); to be supported.

@GumpacG GumpacG requested a review from a team as a code owner July 22, 2024 19:17
@GumpacG GumpacG force-pushed the node/integ_guiang_zadd_bug branch from b140b50 to a44386a Compare July 22, 2024 19:19
CHANGELOG.md Outdated Show resolved Hide resolved
@GumpacG GumpacG added node bug Something isn't working labels Jul 22, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
@GumpacG GumpacG force-pushed the node/integ_guiang_zadd_bug branch from 2ee5828 to 413c830 Compare July 22, 2024 22:28
@Yury-Fridlyand Yury-Fridlyand merged commit 0438afe into valkey-io:main Jul 23, 2024
8 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the node/integ_guiang_zadd_bug branch July 23, 2024 16:16
@asafpamzn asafpamzn mentioned this pull request Aug 11, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working node
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants