suspend fun RedisTransaction.incrAwait(key: String): String
Increment the integer value of a key by one
key - Key string
key
handler - Handler for the result of this call.
handler
Return