kevy

SINTERSTORE

Store the intersection of the given sets into destination.

语法SINTERSTORE destination key [key ...]
分组set
参数个数-3
起始版本1.0.0
标志write
复杂度O(sum of the source cardinalities) + O(result); same no-smallest-first algorithm
Redis 兼容性full

← 全部命令