vertx / io.vertx.reactivex.redis / RedisTransaction / decrby

decrby

open fun decrby(key: String, decrement: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

Decrement the integer value of a key by the given number

Parameters

key - Key string

decrement - Value by which to decrement

handler - Handler for the result of this call.

Return