kevy

SSCAN

Iterate a set's members (single-batch cursor).

SyntaxSSCAN key cursor [MATCH pattern] [COUNT count]
Groupset
Arity-3
Since1.0.0
Flagsreadonly
ComplexityO(N) — the whole set is copied and returned in one batch
Redis compatibilitydiffers: not a cursor iterator — the cursor is always 0 and the entire set comes back in one reply; COUNT is validated then ignored

← All commands