spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Refine Sorted Sets API to use `Range` and `Limit` types in range queries

Open spring-projects-issues opened this issue 9 years ago • 0 comments

Mark Paluch opened DATAREDIS-453 and commented

The Sorted Sets APIs declare methods using double min/max arguments and long offset/count arguments. The API should be improved by using the existing Range and Limit for a convenient usage and to reduce the number of arguments when calling range methods


No further details from DATAREDIS-453

spring-projects-issues avatar Feb 05 '16 11:02 spring-projects-issues