vertx / io.vertx.reactivex.redis / RedisTransaction / rxIncrby

rxIncrby

open fun rxIncrby(key: String, increment: Long): Single<String>

Increment the integer value of a key by the given amount

Parameters

key - Key string

increment - Value by which to increment

Return