Msunion
Bun

method

RedisClient.sunion

key: KeyLike,
...keys: KeyLike[]
): Promise<string[]>;

Get the union of multiple sets

@param key

The first set key

@param keys

Additional set keys to union

@returns

Promise that resolves with an array of members in the union

Referenced types

type KeyLike = string | ArrayBufferView | Blob