libmemcached binding of Emacs Lisp. This package is inspired by mruby-memcached
Connect to server
and return memcached state instance.
(memcached-server-add state host port)
Add server(host
:port
) to memcached state.
Close connection
(memcached-set state key value &optional (expire 0))
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.
(memcached-add state key value &optional (expire 0))
Like set, but only stores if the key
doesn't already exist.
(memcached-get state key)
Get value related to key
. If value is not found, then return nil
.
(memcached-delete state key)
Delete value related to key
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4