vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / incrbyAwait

incrbyAwait

suspend fun RedisTransaction.incrbyAwait(key: String, increment: Long): String

Increment the integer 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