We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315692e commit 0af22a3Copy full SHA for 0af22a3
doc/protocol.txt
@@ -883,10 +883,12 @@ The flags used by the 'ma' command are:
883
- D(token): delta to apply (decimal unsigned 64-bit number, default 1)
884
- T(token): update TTL on success
885
- M(token): mode switch to change between incr and decr modes.
886
+- O(token): opaque value, consumes a token and copies back with response
887
- q: use noreply semantics for return codes (see details under mset)
888
- t: return current TTL
889
- c: return current CAS value if successful.
890
- v: return new value
891
+- k: return key as a token
892
893
The flags are now repeated with detailed information where useful:
894
0 commit comments