vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / debugObjectAwait

debugObjectAwait

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

Get debugging information about a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return