mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
chore(Documentation/api): introduce acronym later in the text
This commit is contained in:
parent
68546de2cb
commit
ddd8e85146
@ -357,9 +357,9 @@ curl -X GET http://127.0.0.1:4001/v2/keys/dir/asdf\?consistent\=true\&wait\=true
|
||||
}
|
||||
```
|
||||
|
||||
### Atomic Compare-and-Swap (CAS)
|
||||
### Atomic Compare-and-Swap
|
||||
|
||||
Etcd can be used as a centralized coordination service in a cluster and `CompareAndSwap` is the most basic operation used to build a distributed lock service.
|
||||
Etcd can be used as a centralized coordination service in a cluster and `CompareAndSwap` (CAS) is the most basic operation used to build a distributed lock service.
|
||||
|
||||
This command will set the value of a key only if the client-provided conditions are equal to the current conditions.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user