20 lines
252 B
Markdown
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!
|