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