cl-memcached

MIT

Fast, thread-safe library to interface with the Memcached Object Cache.

$ area51 add cl-memcachedCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-memcached:some-function ...)