vertx / io.vertx.redis / RedisTransaction / incr

incr

abstract 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.

Since
Redis 1.0.0 group: string