vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / debugObjectAwait

debugObjectAwait

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

Get debugging information about a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return