kevy

ZSCAN

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

语法ZSCAN key cursor [MATCH pattern] [COUNT count]
分组zset
参数个数-3
起始版本1.0.0
标志readonly
复杂度O(N) — the whole set is materialised
Redis 兼容性differs: not a cursor iterator — every call returns the whole set with cursor 0, and COUNT is parsed then ignored

← 全部命令