open fun clusterSlaves(nodeId: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient
List slave nodes of the specified master node.
nodeId -
nodeId
handler - Handler for the result of this call.
handler
Return