Handbook
Glossary
m/decr-val ( amt key -- val )
Vocabulary
memcached
Inputs
amt
a
string
key
a
string
Outputs
val
a
string
Word description
Decrements the value of the specified item by the specified amount.
Definition
USING:
memcached.private
;
IN:
memcached
:
m/decr-val
( amt key -- val )
DECR
(incr/decr)
;