vertx / io.vertx.rxjava.redis / RedisClient / info

info

open fun info(handler: Handler<AsyncResult<JsonObject>>): RedisClient

Get information and statistics about the server

Parameters

handler - Handler for the result of this call.

Return