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