vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / objectAwait

objectAwait

suspend fun RedisTransaction.objectAwait(key: String, cmd: ObjectCmd): String

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

Parameters

key - Key string

cmd - Object sub command

Return

String

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