kevy

HSCAN

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

構文HSCAN key cursor [MATCH pattern] [COUNT count]
グループhash
引数の数-3
導入バージョン1.0.0
フラグreadonly
計算量O(N) — the whole hash is copied and returned in one batch
Redis 互換性differs: 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

← すべてのコマンド