kevy

HSCAN

Iterate a hash's fields and values (single-batch cursor).

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

← All commands