mirror of https://github.com/hashicorp/consul
consul: Adding KVSDeleteCAS operation type
parent
3b8043814f
commit
55330c95a6
|
@ -330,6 +330,7 @@ type KVSOp string
|
|||
const (
|
||||
KVSSet KVSOp = "set"
|
||||
KVSDelete = "delete"
|
||||
KVSDeleteCAS = "delete-cas" // Delete with check-and-set
|
||||
KVSDeleteTree = "delete-tree"
|
||||
KVSCAS = "cas" // Check-and-set
|
||||
KVSLock = "lock" // Lock a key
|
||||
|
|
Loading…
Reference in New Issue