vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / decrbyAwait

decrbyAwait

suspend fun RedisTransaction.decrbyAwait(key: String, decrement: Long): String

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