em-redis
em-redis copied to clipboard
Support for ZREMRANGEBYSCORE
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