CLUSTER SLAVES node-id

    Time complexity: O(1)

    The command provides a list of replica nodes replicating from the specified master node. The list is provided in the same format used by (please refer to its documentation for the specification of the format).

    Note that if a replica is added, moved, or removed from a given master node, and we ask CLUSTER SLAVES to a node that has not yet received the configuration update, it may show stale information. However eventually (in a matter of seconds if there are no network partitions) all the nodes will agree about the set of nodes associated with a given master.