madsimian/em-redis

Support for ZREMRANGEBYSCORE

Opened this issue · 1 comments

Hey,

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

Is that on purpose?

It's an arg of zrevrange...

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

John