vertx / io.vertx.redis / RedisTransaction / incrby

incrby

abstract fun incrby(key: String, increment: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 1.0.0 group: string