Skip to content

Tags: hihacoder/yaraft

Tags

v0.0.1-alpha-0

Toggle v0.0.1-alpha-0's commit message
This is the beta release of yaraft.

On this release, log replication and leader election descripted
in [raft paper](https://raft.github.io/raft.pdf)
is completely implemented.

We have also migrated the unit test of etcd/raft to yaraft.
Until now all tests in raft_paper_test were totally
migrated.