Skip to main content
Returns the members of the set resulting from the intersection of all the given sets. Keys that do not exist are considered to be empty sets.

Usage

Parameters

string
required
The first set key
string[]
Additional set keys to intersect with

Response

TData[]
An array containing the members of the resulting set (intersection of all sets)

Examples

Intersect two sets

Intersect multiple sets

Find common friends

Empty intersection