replace¶
Protocols: memcached text · memcached binary (0x03 / 0x13 REPLACEQ) · meta ms M=R
Stores a value only if the key currently exists. Returns NOT_STORED
on miss.
Synopsis¶
Responses¶
| Token | Meaning |
|---|---|
STORED |
Value replaced |
NOT_STORED |
Key did not exist |