vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / incrbyfloatAwait

incrbyfloatAwait

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

Increment the float value of a key by the given amount

Parameters

key - Key string

increment - Value by which to increment

handler - Handler for the result of this call.

Return