Starbuck Starfish
Starbuck Starfish
With flexible-role replication, there are two main categories of availability I can think of: 1. can a redis server connect to the majority of its peers? 2. can the majority...
Interesting idea, but keep in mind, haredis is not mongo. It's a client-driven failover system, which means the only "input" the servers have is reporting which server they see as...
In your scenario, when servers 1 and 2 are unavailable, the haredis client will queue up its commands until a majority is up. Keep in mind that whether or not...