vertx / io.vertx.rxjava.redis / RedisClient / clusterNodes

clusterNodes

open fun clusterNodes(handler: Handler<AsyncResult<JsonArray>>): RedisClient

Get Cluster config for the node.

Parameters

handler - Handler for the result of this call.

Return