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

Support for ZREMRANGEBYSCORE #1

Open
julien51 opened this issue Feb 14, 2010 · 1 comment
Open

Support for ZREMRANGEBYSCORE #1

julien51 opened this issue Feb 14, 2010 · 1 comment

Comments

@julien51
Copy link
Contributor

Hey,

It seems that the lib doesn't support ZREMRANGEBYSCORE : http://code.google.com/p/redis/wiki/ZremrangebyscoreCommand

Is that on purpose?

@merrells
Copy link

It's an arg of zrevrange...

zrevrange(key,start,end,"withscores") do |r|
...
end

John

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

No branches or pull requests

2 participants