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