diff --git a/README.md b/README.md index c51bbbf..fa7da86 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ raft ==== -[https://github.com/styvane/raft/actions?query=branch%3Amain](https://github.com/styvane/raft/actions?query=branch%3Amain) - This is *another* attempt implementing the [Raft](https://raft.github.io/raft.pdf) consensus algorithm. -It's not production code and does not support the persistence of the key/value store. +It's not indented to be used in production. I did not implement the following ideas in the paper: