RoutingInfo::Random does not route to a random node but to the first node in the list of master nodes
Many commands fallback to the default routing implementation of using the 2nd command arg as the key for a slot
This results in commands like "CLUSTER REPLICAS" using REPLICAS as a key which is absurd, we should instead use RoutingInfo::Random for this command. Actually thinking about it more, maybe we are better off setting "CLUSTER" commands as RoutingInfo::Unsupported for cluster hiding.