vertx / io.vertx.rxjava.redis / RedisClient / rxIncrby

rxIncrby

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

Increment the integer value of a key by the given amount

Parameters

key - Key string

increment - Value by which to increment

Return