cl-redis
A fast and robust Common Lisp client for Redis
$ area51 add cl-redisCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-redis:some-function ...)A fast and robust Common Lisp client for Redis
$ area51 add cl-redisCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-redis:some-function ...)