SSCANIterate a set's members (single-batch cursor).
| Syntax | SSCAN key cursor [MATCH pattern] [COUNT count] |
| Group | set |
| Arity | -3 |
| Since | 1.0.0 |
| Flags | readonly |
| Complexity | O(N) — the whole set is copied and returned in one batch |
| Redis compatibility | differs: not a cursor iterator — the cursor is always 0 and the entire set comes back in one reply; COUNT is validated then ignored |