mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
README: fix write/sec number
This commit is contained in:
parent
0313484f17
commit
c13bf42ac6
@ -15,7 +15,7 @@ etcd is a distributed, consistent key-value store for shared configuration and s
|
|||||||
|
|
||||||
* *Simple*: well-defined, user-facing API (gRPC)
|
* *Simple*: well-defined, user-facing API (gRPC)
|
||||||
* *Secure*: automatic TLS with optional client cert authentication
|
* *Secure*: automatic TLS with optional client cert authentication
|
||||||
* *Fast*: benchmarked 40,000 writes/sec per instance
|
* *Fast*: benchmarked 10,000 writes/sec
|
||||||
* *Reliable*: properly distributed using Raft
|
* *Reliable*: properly distributed using Raft
|
||||||
|
|
||||||
etcd is written in Go and uses the [Raft][raft] consensus algorithm to manage a highly-available replicated log.
|
etcd is written in Go and uses the [Raft][raft] consensus algorithm to manage a highly-available replicated log.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user