Skip to main content
Returns the members of the set resulting from the union 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 union with

Response

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

Examples

Union of two sets

Union of multiple sets

Combine tag sets

Union with non-existing set