redis_sscan
Retrieve a paginated page of sorted members from a Redis set using a cursor. Pass the returned cursor back to fetch the next page; cursor 0 indicates completion.
Instructions
One SSCAN page of a set's members, sorted. Pass the returned
cursor back in as cursor to continue; 0 means done. Paginated
rather than a single SMEMBERS, for the same reason HGETALL is
avoided above.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| cursor | No |