vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / incrbyAwait

incrbyAwait

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

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