From 6d0fd52390bb0498fab9a514416c3d3faceb40cf Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 10 Feb 2020 00:13:16 +0100 Subject: [PATCH] readme: add more docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c4140..dae4f80 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ is a Redis client library for Carp. ## Usage -TODO +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.