-
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
Added zcount command in node. #909
Conversation
5393d0a
to
59a02b9
Compare
Please talk with @shohamazon, we saw that we need to refactor this command implementation in python |
please align tests with #911 |
maxScore: ScoreLimit | ||
): redis_request.Command { | ||
const args = [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.
lets have consts for the args values, e.g.:
const positiveInfinityArg = "+inf"
const negativeInfinityArg = "-inf"
const isInclusiveArg = "("
).toEqual(0); | ||
}); | ||
}, | ||
config.timeout |
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 a test for if key
holds a value that is not a sorted set
59a02b9
to
a51f63c
Compare
a51f63c
to
c60a567
Compare
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.