vertx / io.vertx.rxjava.redis / RedisTransaction / decr

decr

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

Decrement the integer value of a key by one

Parameters

key - Key string

handler - Handler for the result of this call.

Return