Handbook
Glossary
m/incr ( key -- val )
Vocabulary
memcached
Inputs
key
a
string
Outputs
val
a
string
Word description
Increments the value of the specified item by 1.
Definition
USING:
kernel
;
IN:
memcached
:
m/incr
( key -- val )
1
swap
m/incr-val
;