My redis cluster is borked. One node seems to think it's a 3-node cluster with no replication, another node seems to think it's alone, and the third node agrees with the first. I want to have a 3-node cluster with 2 replicated nodes (no splitting).
I don't want to have to figure out how to un-bork my redis cluster, instead: I want to start over.
The existing question How do I delete everything in Redis? doesn't include clusters, for which everything is way more complicated.
Desired result: Clean installation. No cluster config.
Unfortunately simply reinstalling the whole program appears insufficient. How do I tell it to really --yes-I-am-really-sure
forget everything about itself and all the other nodes it knows? In particular:
- Remove all non-config-file-cluster-configuration.
The command CLUSTER FORGET
gets me partway there, but nodes can't forget themselves? Why not? Anyway, somehow convincing them to do that might be enough.