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