mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
commit
9b7109b466
@ -141,7 +141,7 @@ Now you can try to get the key by sending:
|
|||||||
curl -L http://127.0.0.1:4001/v1/keys/foo
|
curl -L http://127.0.0.1:4001/v1/keys/foo
|
||||||
```
|
```
|
||||||
|
|
||||||
If the TTL has expired, the key will be deleted, and you will be returned a 404.
|
If the TTL has expired, the key will be deleted, and you will be returned a 100.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{"errorCode":100,"message":"Key Not Found","cause":"/foo"}
|
{"errorCode":100,"message":"Key Not Found","cause":"/foo"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user