link
redis/sinter

Set Intersection

Find common members

set
data-structure

Command

SINTER key1 key2

Examples

Find common elements

SINTER set1 set2