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