Skip to main content

SSCAN

Scan a set
1 min read

Arguments#

keystrrequired#

The key of the set.

cursornumber#

The cursor, use 0 in the beginning and then use the returned cursor for subsequent calls.

optionsObject#
matchstr#

Glob-style pattern to filter by members.

countnumber#

Number of members to return per call.

Response#

Tuple[number, TMember[]]required

The new cursor and the members. If the new cursor is 0 the iteration is complete.

Was this page helpful?