m/add ( val key -- )


Vocabulary
memcached

Inputs
vala string
keya 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