chickadee » memcached » set

set H KEY VAL #!optional HASHprocedure

Set storage command on the server indicated by handle H. KEY and VAL can be any serializable Scheme object. 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.