kevy

SSCAN

Iterate 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

← すべてのコマンド