methodRedisClient.sunionsunion(key: KeyLike,...keys: KeyLike[]): Promise<string[]>;Get the union of multiple sets@param keyThe first set key@param keysAdditional set keys to union@returnsPromise that resolves with an array of members in the unionReferenced typestype KeyLike = string | ArrayBufferView | Blob