suspend fun RedisTransaction.hincrbyAwait(key: String, field: String, increment: Long): String
Increment the integer value of a hash field by the given number
increment
- Value by which to increment
handler
- Handler for the result of this call.
Return