This commit is contained in:
2020-02-09 20:23:25 +01:00
commit e071be82a7
3 changed files with 428 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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!