Memcached add command

The Memcached add command is used to store the value (data value) in the specified key (key) .

If the key to add already exists, the data will not be updated (expired keys will), the previous value will remain the same, and you will get the response NOT_STORED .

grammar:

The basic syntax of the add command is as follows:

add key flags exptime bytes [noreply]
value

 

 

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326689222&siteId=291194637