vertx / io.vertx.reactivex.redis / RedisClient / clusterSlaves

clusterSlaves

open fun clusterSlaves(nodeId: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient

List slave nodes of the specified master node.

Parameters

nodeId -

handler - Handler for the result of this call.

Return