kevy

SINTER

Return the intersection of the given sets (cross-shard gather).

语法SINTER key [key ...]
分组set
参数个数-2
起始版本1.0.0
标志readonly
复杂度O(sum of the source cardinalities) — there is NO smallest-set-first ordering, so SINTER huge tiny costs O(huge) where Redis costs O(tiny * k)
Redis 兼容性full

← 全部命令