vertx / io.vertx.reactivex.redis / RedisClient / rxDecr

rxDecr

open fun rxDecr(key: String): Single<Long>

Decrement the integer value of a key by one

Parameters

key - Key string

Return