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

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

Response

result
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