vertx / io.vertx.reactivex.redis / RedisClient / rxHincrby

rxHincrby

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

Increment the integer value of a hash field by the given number

Parameters

key - Key string

field - Field name

increment - Value by which to increment

Return