libmemcached binding of Emacs Lisp. This package is inspired by mruby-memcached
Connect to server
and return memcached state instance.
Add server(host
:port
) to memcached state.
Close connection
Set value
related to key
. Both key
and value
are converted into string. If key-value
pair is already existed, then it is overwritten. expire
is seconds.
Like set, but only stores if the key
doesn't already exist.
Get value related to key
. If value is not found, then return nil
.
Delete value related to key
.