CLUSTER BUMPEPOCH

    Time complexity: O(1)

    The command triggers an increment to the cluster's config epoch from the connected node. The epoch will be incremented if the node's config epoch is zero, or if it is less than the cluster's greatest epoch.

    Simple string reply: if the epoch was incremented, or STILL if the node already has the greatest config epoch in the cluster.