mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
doc: fix refresh section in api.md
This commit is contained in:
parent
9f2061ce71
commit
84d2c1e7b0
@ -233,7 +233,7 @@ curl http://127.0.0.1:2379/v2/keys/foo -XPUT -d value=bar -d ttl= -d prevExist=t
|
||||
|
||||
### Refreshing key TTL
|
||||
|
||||
Keys in etcd can be refreshed notifying watchers
|
||||
Keys in etcd can be refreshed without notifying watchers
|
||||
this can be achieved by setting the refresh to true when updating a TTL
|
||||
|
||||
You cannot update the value of a key when refreshing it
|
||||
|
Loading…
x
Reference in New Issue
Block a user