mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
Merge pull request #2627 from legendtkl/master
fix typo Check-And_set to Check-And-Set
This commit is contained in:
commit
ffaef1dfc9
@ -109,7 +109,7 @@ $ consul kv get foo
|
||||
zip
|
||||
```
|
||||
|
||||
Consul can provide atomic key updates using a Check-And_set operation. To perform a CAS operation, specify the `-cas` flag:
|
||||
Consul can provide atomic key updates using a Check-And-Set operation. To perform a CAS operation, specify the `-cas` flag:
|
||||
|
||||
```sh
|
||||
$ consul kv put -cas -modify-index=123 foo bar
|
||||
|
Loading…
x
Reference in New Issue
Block a user