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

Add support INCR argument to ZADD command #2415

Merged
merged 4 commits into from
Mar 11, 2021
Merged

Conversation

dengliming
Copy link
Collaborator

Resolves #2114

Copy link
Collaborator

@sazzad16 sazzad16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason that you followed two styles in test codes?

Between,

r = z(...);
assert(r);

and

assert(z(...));

Is it possible to use only one?

@dengliming
Copy link
Collaborator Author

@sazzad16 Thanks. One line is fine for me. : )

@sazzad16 sazzad16 added this to the 3.6.0 milestone Mar 10, 2021
@sazzad16 sazzad16 merged commit 66c8556 into redis:master Mar 11, 2021
@dengliming dengliming deleted the zaddincr branch March 11, 2021 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

please implements ZAddParams.incr() method!
2 participants