# File lib/memcache/base.rb, line 26
def
decr
(
key
,
amount
=
1
)
incr
(
key
,
-
amount
)
end