vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / incrbyAwait

incrbyAwait

suspend fun RedisTransaction.incrbyAwait(key: String, increment: Long): String

Suspending version of method io.vertx.redis.RedisTransaction.incrby

Parameters

key - Key string

increment - Value by which to increment

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.