add¶
Protocols: memcached text · memcached binary (0x02 / 0x12 ADDQ) · meta ms M=E
Stores a value only if the key is currently absent. Returns
NOT_STORED if the key already exists.
Synopsis¶
Responses¶
| Token | Meaning |
|---|---|
STORED |
Value persisted |
NOT_STORED |
Key already exists |