Refine Sorted Sets API to use Range
and Limit
types in range queries
#1034
Labels
type: enhancement
A general enhancement
Mark Paluch opened DATAREDIS-453 and commented
The Sorted Sets APIs declare methods using
double
min/max arguments andlong
offset/count arguments. The API should be improved by using the existingRange
andLimit
for a convenient usage and to reduce the number of arguments when callingrange
methodsNo further details from DATAREDIS-453
The text was updated successfully, but these errors were encountered: