Command
SINTER key1 key2Explanation
Returns the members of the set resulting from the intersection of all given sets.
Examples
Find common elements
SINTER set1 set2SINTER key1 key2Returns the members of the set resulting from the intersection of all given sets.
Find common elements
SINTER set1 set2