vertx / io.vertx.rxjava.redis / RedisTransaction / incr

incr

open fun incr(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Increment the integer value of a key by one

Parameters

key - Key string

handler - Handler for the result of this call.

Return