suspend fun RedisTransaction.objectAwait(key: String, cmd: ObjectCmd): String
Inspect the internals of Redis objects
key - Key string
key
cmd - Object sub command
cmd
handler - Handler for the result of this call.
handler
Return