Files
redis/README.md
2020-02-09 20:24:04 +01:00

20 lines
252 B
Markdown

# redis
is a Redis client library for Carp.
## Installation
```clojure
(load "https://veitheller.de/git/carpentry/redis.git@master")
```
## Usage
TODO
You can also look at the examples in the [`examples`](./examples) directory.
<hr/>
Have fun!