zdiffstore(
dest: KeyT,
keys: KeysT
) → ResponseT
ZDIFFSTORE(
destination: RedisArgument,
inputKeys: RedisVariadicArgument
) → Any
zdiffStore(
dstkey: byte[],
keys: byte[]...
) → long // 1 if the new element was added, 0 if the element was already a member of the sorted set and the score was updated
zdiffstore(
dstkey: byte[],
keys: byte[]...
) → long // 1 if the new element was added, 0 if the element was already a member of the sorted set and the score was updated
zdiffStore(
dstkey: String,
keys: String...
) → long // 1 if the new element was added, 0 if the element was already a member of the sorted set and the score was updated
zdiffstore(
dstkey: String,
keys: String...
) → long // 1 if the new element was added, 0 if the element was already a member of the sorted set and the score was updated
zdiffstore(
destKey: K, // the dest key.
srcKeys: K... // the src keys.
) → Long // Long the number of elements in the resulting sorted set at destination. @since 6.1
zdiffstore(
destKey: K, // the dest key.
srcKeys: K... // the src keys.
) → RedisFuture<Long> // Long the number of elements in the resulting sorted set at destination. @since 6.1
zdiffstore(
destKey: K, // the dest key.
srcKeys: K... // the src keys.
) → Mono<Long> // Long the number of elements in the resulting sorted set at destination. @since 6.1
ZDiffStore(
ctx: context.Context,
destination: string,
keys: ...string
) → *IntCmd
SortedSetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key to store the results in.
first: RedisKey,
second: RedisKey,
aggregate: Aggregate, // The aggregation method (defaults to sum).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting sorted set at destination.
SortedSetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key to store the results in.
keys: RedisKey[], // The keys of the sorted sets.
weights: double[]?, // The optional weights per set that correspond to keys.
aggregate: Aggregate, // The aggregation method (defaults to sum).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting sorted set at destination.
SortedSetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key to store the results in.
first: RedisKey,
second: RedisKey,
aggregate: Aggregate, // The aggregation method (defaults to sum).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting sorted set at destination.
SortedSetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key to store the results in.
keys: RedisKey[], // The keys of the sorted sets.
weights: double[]?, // The optional weights per set that correspond to keys.
aggregate: Aggregate, // The aggregation method (defaults to sum).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting sorted set at destination.
SortedSetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key to store the results in.
first: RedisKey,
second: RedisKey,
aggregate: Aggregate, // The aggregation method (defaults to sum).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting sorted set at destination.
SortedSetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key to store the results in.
keys: RedisKey[], // The keys of the sorted sets.
weights: double[]?, // The optional weights per set that correspond to keys.
aggregate: Aggregate, // The aggregation method (defaults to sum).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting sorted set at destination.
SortedSetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key to store the results in.
first: RedisKey,
second: RedisKey,
aggregate: Aggregate, // The aggregation method (defaults to sum).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting sorted set at destination.
SortedSetCombineAndStore(
operation: SetOperation, // The operation to perform.
destination: RedisKey, // The key to store the results in.
keys: RedisKey[], // The keys of the sorted sets.
weights: double[]?, // The optional weights per set that correspond to keys.
aggregate: Aggregate, // The aggregation method (defaults to sum).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the resulting sorted set at destination.
zdiffstore(
$destination: string,
$keys: array
) → int
No method signature available for this client.
No method signature available for this client.