Handbook
Glossary
m/append ( val key -- )
Vocabulary
memcached
Inputs
val
a
string
key
a
string
Outputs
None
Word description
Appends the value to the specified item.
Definition
USING:
memcached.private
;
IN:
memcached
:
m/append
( val key -- )
APPEND
(cat)
;