فهرست منبع

change to raft

Alex Polvi 12 سال پیش
والد
کامیت
88d042b7a6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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.