kevy

SSCAN

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

语法SSCAN key cursor [MATCH pattern] [COUNT count]
分组set
参数个数-3
起始版本1.0.0
标志readonly
复杂度O(N) — the whole set is copied and returned in one batch
Redis 兼容性differs: not a cursor iterator — the cursor is always 0 and the entire set comes back in one reply; COUNT is validated then ignored

← 全部命令