vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / incrAwait

incrAwait

suspend fun RedisClient.incrAwait(key: String): Long

Increment the integer value of a key by one

Parameters

key - Key string

handler - Handler for the result of this call.

Return