spring-data-redis
spring-data-redis copied to clipboard
Refine Sorted Sets API to use `Range` and `Limit` types in range queries
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