vertx / io.vertx.redis / RedisTransaction / hincrby

hincrby

abstract fun hincrby(key: String, field: String, increment: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

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

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: hash