vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / objectAwait
objectAwait
suspend fun RedisTransaction.objectAwait(key: String, cmd: ObjectCmd): String
Inspect the internals of Redis objects
Parameters
key - Key string
cmd - Object sub command
Return