vertx / io.vertx.redis / RedisTransaction / object

object

abstract fun object(key: String, cmd: ObjectCmd, handler: Handler<AsyncResult<String>>): RedisTransaction

Inspect the internals of Redis objects

Parameters

key - Key string

cmd - Object sub command

handler - Handler for the result of this call.

Since
Redis 2.2.3 group: generic