vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hincrbyfloatAwait

hincrbyfloatAwait

suspend fun RedisTransaction.hincrbyfloatAwait(key: String, field: String, increment: Double): String

Increment the float value of a hash field by the given amount

Parameters

key - Key string

field - Field name

increment - Value by which to increment

handler - Handler for the result of this call.

Return