cl-memcached
Fast, thread-safe library to interface with the Memcached Object Cache.
$ area51 add cl-memcachedCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-memcached:some-function ...)