etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

add support for zremrangebylex #89

Closed inanna-malick closed 9 years ago

inanna-malick commented 9 years ago

https://github.com/etaty/rediscala/issues/70 added support for zrangebylex and zrevrangebylex. I would also like to be able to remove a range by lexical score using zremrangebylex. (zrangebyscore, zrevrangebyscore and zremrangebyscore are currently available but don't quite fit my use case)

(PS: thanks for making this library available!)