chickadee » memcached » get

get H KEY #!optional HASHprocedure

Get 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 the deserialized object if the key is found, #f otherwise.