summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMate Borcsok <mate.borcsok@prezi.com>2022-10-21 10:39:19 +0200
committerdormando <dormando@rydia.net>2023-03-08 10:33:02 -0800
commit0af22a32cbb7ecb78bc714d17755b5e649ad4f6d (patch)
treef545ddfc6015232cc59cf9e26e48f2b601c480f9
parent315692e38f9154a446bd4f9bcf0fa10664a67522 (diff)
downloadmemcached-0af22a32cbb7ecb78bc714d17755b5e649ad4f6d.tar.gz
Document missing flags of Meta Arithmetic
-rw-r--r--doc/protocol.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index a92089a..acb837c 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -883,10 +883,12 @@ The flags used by the 'ma' command are:
- D(token): delta to apply (decimal unsigned 64-bit number, default 1)
- T(token): update TTL on success
- M(token): mode switch to change between incr and decr modes.
+- O(token): opaque value, consumes a token and copies back with response
- q: use noreply semantics for return codes (see details under mset)
- t: return current TTL
- c: return current CAS value if successful.
- v: return new value
+- k: return key as a token
The flags are now repeated with detailed information where useful: