sunionstore(
dest: KeyT,
keys: List,
*args: List
) → Union[Awaitable[int], int]
SUNIONSTORE(
destination: RedisArgument,
keys: RedisVariadicArgument
) → Any
sunionstore(
dstkey: byte[],
keys: byte[]...
) → long // The number of elements in the resulting set
sunionstore(
dstkey: String,
keys: String...
) → long // The number of elements in the resulting set
sunionstore(
destination: K, // the destination type: key.
keys: K... // the key.
) → Long // Long integer-reply the number of elements in the resulting set.
sunionstore(
destination: K, // the destination type: key.
keys: K... // the key.
) → RedisFuture<Long> // Long integer-reply the number of elements in the resulting set.
sunionstore(
destination: K, // the destination type: key.
keys: K... // the key.
) → Mono<Long> // Long integer-reply the number of elements in the resulting set.
SUnionStore(
ctx: context.Context,
destination: string,
keys: ...string
) → *IntCmd
SetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key of the destination set.
first: RedisKey,
second: RedisKey,
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting set.
SetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key of the destination set.
keys: RedisKey[], // The keys of the sets to operate on.
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting set.
SetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key of the destination set.
first: RedisKey,
second: RedisKey,
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting set.
SetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key of the destination set.
keys: RedisKey[], // The keys of the sets to operate on.
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting set.
SetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key of the destination set.
first: RedisKey,
second: RedisKey,
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting set.
SetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key of the destination set.
keys: RedisKey[], // The keys of the sets to operate on.
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting set.
SetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key of the destination set.
first: RedisKey,
second: RedisKey,
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting set.
SetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key of the destination set.
keys: RedisKey[], // The keys of the sets to operate on.
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting set.
sunionstore(
$destination: string,
$keys: array|string
) → int
sunionstore(
dstkey: D,
keys: K
) → (usize)
sunionstore(
dstkey: D,
keys: K
) → (usize)