zincrby(
name: KeyT,
amount: float,
value: EncodableT
) → ResponseT
ZINCRBY(
key: RedisArgument,
increment: number,
member: RedisArgument
) → Any
zincrby(
key: byte[],
increment: double,
member: byte[]
) → double // The new score
zincrby(
key: byte[],
increment: double,
params: byte[] member final ZIncrByParams
) → Double // The new score
zincrby(
key: String,
increment: double,
member: String
) → double // The new score
zincrby(
key: String,
increment: double,
params: String member final ZIncrByParams
) → Double // The new score
zincrby(
key: K, // the key.
amount: double, // the increment type: long.
member: V // the member type: value.
) → Double // Double bulk-string-reply the new score of member (a double precision floating point number), represented as string.
zincrby(
key: K, // the key.
amount: double, // the increment type: long.
member: V // the member type: value.
) → RedisFuture<Double> // Double bulk-string-reply the new score of member (a double precision floating point number), represented as string.
zincrby(
key: K, // the key.
amount: double, // the increment type: long.
member: V // the member type: value.
) → Mono<Double> // Double bulk-string-reply the new score of member (a double precision floating point number), represented as string.
ZIncrBy(
ctx: context.Context,
key: string,
increment: float64,
member: string
) → *FloatCmd
SortedSetIncrement(
key: RedisKey, // The key of the sorted set.
member: RedisValue, // The member to increment.
value: double, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → double // The new score of member.
SortedSetIncrement(
key: Any, // The key of the sorted set.
member: Any, // The member to increment.
-value: Any,
flags: Any // The flags to use for this operation.
) → return // The new score of member.
SortedSetIncrement(
key: RedisKey, // The key of the sorted set.
member: RedisValue, // The member to increment.
value: double, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → double // The new score of member.
SortedSetIncrement(
key: RedisKey, // The key of the sorted set.
member: RedisValue, // The member to increment.
value: double, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → double // The new score of member.
SortedSetIncrement(
key: Any, // The key of the sorted set.
member: Any, // The member to increment.
-value: Any,
flags: Any // The flags to use for this operation.
) → return // The new score of member.
SortedSetIncrement(
key: RedisKey, // The key of the sorted set.
member: RedisValue, // The member to increment.
value: double, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → double // The new score of member.
zincrby(
$key: string,
$increment: int,
$member: string
) → string
zincr(
key: K,
member: M,
delta: D
) → (f64)
zincr(
key: K,
member: M,
delta: D
) → (f64)