Handbook
Glossary
m/add ( val key -- )
Vocabulary
memcached
Inputs
val
a
string
key
a
string
Outputs
None
Word description
Adds an item only if the item does not already exist. If the item already exists, throws an error.
Definition
USING:
memcached.private
;
IN:
memcached
:
m/add
( val key -- )
ADD
(mutate)
;