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