From 439e51a2d165f27fc12ff1bbe45edec4261bebff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge=20He=C3=9F?= Date: Mon, 8 Mar 2021 16:35:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b5b9a..ab70418 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a **standalone project** and has no other dependencies but Apart from the protocol implementation which can encode and decode [RESP](https://redis.io/topics/protocol) (REdis Serialization Protocol), -we also provide a [Redis client module](Sources/Redis/README.md) +we also provide a [Redis client module](https://github.com/NozeIO/swift-nio-redis-client) build on top. What is Redis?