vertx / io.vertx.rxjava.redis / RedisTransaction / rxIncr

rxIncr

open fun rxIncr(key: String): Single<String>

Increment the integer value of a key by one

Parameters

key - Key string

Return