spring-data-redis
spring-data-redis copied to clipboard
ZSetOperations.removeRangeByScore(…) should support `Range`
Sergei Egorov opened DATAREDIS-362 and commented
Redis allows you to specify ranges with strings, i.e. "-inf", or "(2": http://redis.io/commands/zremrangebyscore
But this methods are missing in ZSetOperations.
Since it's native Redis feature Spring Data Redis should support it like other zset operations
Affects: 1.5 M1 (Fowler)