vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / incrAwait

incrAwait

suspend fun RedisTransaction.incrAwait(key: String): String

Increment the integer value of a key by one

Parameters

key - Key string

handler - Handler for the result of this call.

Return