A Paxos-based Redis replication layer with dynamic reconfiguration in 500 lines (github.com) 4 points by rystsov 9y ago ↗ HN
[–] agentultra 9y ago ↗ Paxos-based means what exactly? How much of the specification does it implement? [0][0] https://github.com/tlaplus/Examples/tree/master/specificatio... [–] rystsov 9y ago ↗ It uses single decree Paxos to implement rewritable distributed register. The implementation supports dynamic reconfiguration of the cluster and the distinguished proposer optimization.
[–] rystsov 9y ago ↗ It uses single decree Paxos to implement rewritable distributed register. The implementation supports dynamic reconfiguration of the cluster and the distinguished proposer optimization.
2 comments
[ 3.1 ms ] story [ 15.4 ms ] thread[0] https://github.com/tlaplus/Examples/tree/master/specificatio...