vertx / io.vertx.reactivex.redis / RedisClient / incr

incr

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

Increment the integer value of a key by one

Parameters

key - Key string

handler - Handler for the result of this call.

Return