hincrbyfloat(
name: str,
key: str,
amount: float = 1.0
) → Union[Awaitable[float], float]
HINCRBYFLOAT(
key: RedisArgument,
field: RedisArgument,
increment: number
) → Any
hincrByFloat(
key: byte[],
field: byte[],
value: double
) → double // The new value at field after the increment operation
hincrByFloat(
key: String,
field: String,
value: double
) → double // The new value at field after the increment operation
hincrbyfloat(
key: K, // the key.
field: K, // the field type: key.
amount: double // the increment type: double.
) → Double // Double bulk-string-reply the value of field after the increment.
hincrbyfloat(
key: K, // the key.
field: K, // the field type: key.
amount: double // the increment type: double.
) → RedisFuture<Double> // Double bulk-string-reply the value of field after the increment.
hincrbyfloat(
key: K, // the key.
field: K, // the field type: key.
amount: double // the increment type: double.
) → Mono<Double> // Double bulk-string-reply the value of field after the increment.
HIncrByFloat(
ctx: context.Context,
key: Any,
field: string,
incr: float64
) → *FloatCmd
HashIncrement(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field in the hash to increment.
value: long, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → long // The value at field after the increment operation.
HashIncrement(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field in the hash to increment.
value: double, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → double // The value at field after the increment operation.
HashIncrement(
key: Any, // The key of the hash.
hashField: Any, // The field in the hash to increment.
-value: Any,
flags: Any // The flags to use for this operation.
) → return // The value at field after the increment operation.
HashIncrement(
key: Any, // The key of the hash.
hashField: Any, // The field in the hash to increment.
-value: Any,
flags: Any // The flags to use for this operation.
) → return // The value at field after the increment operation.
HashIncrement(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field in the hash to increment.
value: long, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → long // The value at field after the increment operation.
HashIncrement(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field in the hash to increment.
value: long, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → long // The value at field after the increment operation.
HashIncrement(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field in the hash to increment.
value: double, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → double // The value at field after the increment operation.
HashIncrement(
key: Any, // The key of the hash.
hashField: Any, // The field in the hash to increment.
-value: Any,
flags: Any // The flags to use for this operation.
) → return // The value at field after the increment operation.
HashIncrement(
key: Any, // The key of the hash.
hashField: Any, // The field in the hash to increment.
-value: Any,
flags: Any // The flags to use for this operation.
) → return // The value at field after the increment operation.
HashIncrement(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field in the hash to increment.
value: long, // The amount to increment by.
flags: CommandFlags // The flags to use for this operation.
) → long // The value at field after the increment operation.
hincrbyfloat(
$key: string,
$field: string,
$increment: int|float
) → string
No method signature available for this client.
No method signature available for this client.