Handbook
Glossary
m/set ( val key -- )
Vocabulary
memcached
Inputs
val
a
string
key
a
string
Outputs
None
Word description
Sets a single key to a particular value, whether the item exists or not.
Definition
USING:
memcached.private
;
IN:
memcached
:
m/set
( val key -- )
SET
(mutate)
;