mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
change to raft
This commit is contained in:
parent
48da4910b7
commit
88d042b7a6
@ -5,7 +5,7 @@ A highly-available key value store for shared configuration and service discover
|
||||
* Simple: curl'able user facing API (HTTP+JSON)
|
||||
* Secure: optional SSL client cert authentication
|
||||
* Fast: benchmarked 1000s of writes/s per instance
|
||||
* Reliable: Properly distributed using paxos
|
||||
* Reliable: Properly distributed using Raft
|
||||
|
||||
Etcd is written in go and uses the [raft][raft] paxos implementation for high availability.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user