SSCANIterate a set's members (single-batch cursor).
| 構文 | SSCAN key cursor [MATCH pattern] [COUNT count] |
| グループ | set |
| 引数の数 | -3 |
| 導入バージョン | 1.0.0 |
| フラグ | readonly |
| 計算量 | O(N) — the whole set is copied and returned in one batch |
| Redis 互換性 | differs: not a cursor iterator — the cursor is always 0 and the entire set comes back in one reply; COUNT is validated then ignored |