update
This commit is contained in:
parent
2ca51fe947
commit
3f9569e27f
2 changed files with 13 additions and 29 deletions
|
@ -115,13 +115,16 @@ the client sends:
|
|||
|
||||
The server responds with either SUCCESS or FAILURE.
|
||||
The former indicates the content is locked. It will remain
|
||||
locked until 10 minutes after the connection is broken, or until
|
||||
the client sends:
|
||||
locked until the client sends:
|
||||
|
||||
UNLOCKCONTENT Key
|
||||
|
||||
The server makes no response to that.
|
||||
|
||||
If the connection is broken before the client sends UNLOCKCONTENT,
|
||||
the content will remain locked for at least 10 minutes from when the server
|
||||
sent SUCCESS.
|
||||
|
||||
## Removing content
|
||||
|
||||
To remove a key's content from the server, the client sends:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue