chickadee » memcached » decr

decr H KEY DELTA #!optional HASHprocedure

Decrement key command on the server indicated by handle H. The hash value for KEY is obtained by the HASH procedure, which defaults to the one provided by the Chicken SRFI-69 implementation. Returns #t on success, #f otherwise.