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

← 全部命令