abstract fun clusterSlaves(nodeId: String, handler: Handler<AsyncResult<String>>): RedisTransaction
List slave nodes of the specified master node.
nodeId -
nodeId
handler - Handler for the result of this call.
handler
Since Redis 3.0.0 group: cluster