*: 'ignore_lease' to detach value with PutRequest

This commit is contained in:
sharat 2017-01-25 02:59:30 +05:30
parent 90f6a4a28d
commit a9bf593bdc

View File

@ -427,6 +427,10 @@ message PutRequest {
// If ignore_value is set, etcd updates the key using its current value.
// Returns an error if the key does not exist.
bool ignore_value = 5;
// If ignore_lease is set, etcd updates the key using its current lease.
// Returns an error if the key does not exist.
bool ignore_lease = 6;
}
message PutResponse {