Sorted Set
ZLEXCOUNT
Returns the number of elements in the sorted set stored at key filterd by lex.
Arguments
key
str
requiredThe key to get.
min
str
requiredThe lower lexicographical bound to filter by.
Use -
to disable the lower bound.
max
str
requiredThe upper lexicographical bound to filter by.
Use +
to disable the upper bound.
Response
The number of matched.
Was this page helpful?