vertx / io.vertx.reactivex.redis / RedisClient / object

object

open fun object(key: String, cmd: ObjectCmd, handler: Handler<AsyncResult<Void>>): RedisClient

Inspect the internals of Redis objects

Parameters

key - Key string

cmd - Object sub command

handler - Handler for the result of this call.

Return