abstract fun object(key: String, cmd: ObjectCmd, handler: Handler<AsyncResult<String>>): RedisTransaction
Inspect the internals of Redis objects
key - Key string
key
cmd - Object sub command
cmd
handler - Handler for the result of this call.
handler
Since Redis 2.2.3 group: generic