sinterstore(
dest: KeyT,
keys: List,
*args: List
) β Union[Awaitable[int], int]
SINTERSTORE(
destination: RedisArgument,
keys: RedisVariadicArgument
) β Any
sinterstore(
dstkey: byte[],
keys: byte[]...
) β long // The number of elements in the resulting set
sinterstore(
dstkey: String,
keys: String...
) β long // The number of elements in the resulting set
sinterstore(
destination: K, // the destination type: key.
keys: K... // the key.
) β Long // Long integer-reply the number of elements in the resulting set.
sinterstore(
destination: K, // the destination type: key.
keys: K... // the key.
) β RedisFuture<Long> // Long integer-reply the number of elements in the resulting set.
sinterstore(
destination: K, // the destination type: key.
keys: K... // the key.
) β Mono<Long> // Long integer-reply the number of elements in the resulting set.
SInterStore(
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.
sinterstore(
$destination: string,
$keys: array|string
) β int
sinterstore(
dstkey: D,
keys: K
) β (usize)
sinterstore(
dstkey: D,
keys: K
) β (usize)