suspend fun RedisTransaction.incrbyAwait(key: String, increment: Long): String
Increment the integer value of a key by the given amount
key - Key string
key
increment - Value by which to increment
increment
handler - Handler for the result of this call.
handler
Return