mirror of https://github.com/hashicorp/consul
Merge pull request #2627 from legendtkl/master
fix typo Check-And_set to Check-And-Setpull/2613/head^2
commit
ffaef1dfc9
|
@ -109,7 +109,7 @@ $ consul kv get foo
|
||||||
zip
|
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
|
```sh
|
||||||
$ consul kv put -cas -modify-index=123 foo bar
|
$ consul kv put -cas -modify-index=123 foo bar
|
||||||
|
|
Loading…
Reference in New Issue