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

Fix #zrange behavior with negative stop argument #132

Merged
merged 2 commits into from Apr 5, 2017

Conversation

sinclairtarget
Copy link
Contributor

Addresses #131.

The existing code was capping the negative STOP argument at the negative size of the zset. But when START is 0, this means that the first element of the zset is included no matter the STOP argument.

@sds sds merged commit f88da18 into sds:master Apr 5, 2017
@sds sds added the bug label Apr 5, 2017
@sinclairtarget sinclairtarget deleted the zrange-stop-fix branch April 5, 2017 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants