SINTERSTOREStore the intersection of the given sets into destination.
| Syntax | SINTERSTORE destination key [key ...] |
| Group | set |
| Arity | -3 |
| Since | 1.0.0 |
| Flags | write |
| Complexity | O(sum of the source cardinalities) + O(result); same no-smallest-first algorithm |
| Redis compatibility | full |