vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / objectAwait

objectAwait

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

Inspect the internals of Redis objects

Parameters

key - Key string

cmd - Object sub command

handler - Handler for the result of this call.

Return