open fun object(key: String, cmd: ObjectCmd, handler: Handler<AsyncResult<Void>>): RedisClient
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