Redis - Sorted Set Zscan Command



Redis ZSCAN command iterates the elements of Sorted Set types and their associated scores.

Return Value

Array reply.

Syntax

Following is the basic syntax of Redis ZSCAN command.

redis 127.0.0.1:6379> ZSCAN key cursor [MATCH pattern] [COUNT count]
redis_sorted_sets.htm
Advertisements