vertx / io.vertx.rxjava.redis / RedisClient / incrby

incrby

open fun incrby(key: String, increment: Long, handler: Handler<AsyncResult<Long>>): RedisClient

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