Redis – Sorted Set Zscan Command

  • Post author:
  • Post category:Redis
  • Post comments:0 Comments

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]

Leave a Reply