vertx / io.vertx.reactivex.redis / RedisTransaction / clusterSlaves

clusterSlaves

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

List slave nodes of the specified master node.

Parameters

nodeId -

handler - Handler for the result of this call.

Return