Files
redis/README.md
2021-10-27 21:17:16 -04:00

22 lines
428 B
Markdown

# redis
is a Redis client library for Carp.
## Installation
```clojure
(load "https://git.veitheller.de/carpentry/redis.git@master")
```
## Usage
This package contains functions to convert to and from the Redis protocol,
and handling Redis connections and commands. The documentation lives
[here](https://veitheller.de/redis).
You can also look at the examples in the [`examples`](./examples) directory.
<hr/>
Have fun!