cl-redis

MIT

A fast and robust Common Lisp client for Redis

$ area51 add cl-redisCopy

Usage

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