vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hincrbyAwait

hincrbyAwait

suspend fun RedisClient.hincrbyAwait(key: String, field: String, increment: Long): 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

handler - Handler for the result of this call.

Return