vertx / io.vertx.reactivex.redis / RedisClient / clusterInfo

clusterInfo

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

Provides info about Redis Cluster node state.

Parameters

handler - Handler for the result of this call.

Return