vertx / io.vertx.rxjava.redis / RedisClient / debugObject

debugObject

open fun debugObject(key: String, handler: Handler<AsyncResult<String>>): RedisClient

Get debugging information about a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return