An observation, from dealing with user questions:
What people want DemandMaster to do for them: "make sure they always actually send the command to the master, and they never see the error about writing to slave"
What it actually does: "throw an error if SE.redis guesses they are about to talk to the replica" - sometimes incorrectly, because SE.redis cached the server state.
Maybe there's an implementation which could, avoid the 'incorrectly because SE.redis cached the server state" bug?
Or maybe DemandMaster flag should just be removed, since it basically only makes things fail more often?