vertx / io.vertx.redis / RedisTransaction / debugObject

debugObject

abstract fun debugObject(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get debugging information about a key

Parameters

key - Key string

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: server