kevy

ZSCAN

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

SyntaxZSCAN key cursor [MATCH pattern] [COUNT count]
Groupzset
Arity-3
Since1.0.0
Flagsreadonly
ComplexityO(N) — the whole set is materialised
Redis compatibilitydiffers: not a cursor iterator — every call returns the whole set with cursor 0, and COUNT is parsed then ignored

← All commands