SINTERReturn 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 |