vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / typeAwait

typeAwait

suspend fun RedisTransaction.typeAwait(key: String): String

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

Parameters

key - Key string

Return

String

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