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

← すべてのコマンド