From 2e7a8fb50bee24db38374b9d9726f583ebd2fbef Mon Sep 17 00:00:00 2001 From: "Ahmed T. Youssef" Date: Tue, 11 Sep 2018 10:21:45 +0200 Subject: Added package redisclient --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c9a1af4..c716d1e 100644 --- a/packages.json +++ b/packages.json @@ -10630,5 +10630,19 @@ "description": "RESP(REdis Serialization Protocol) Serialization for Nim", "license": "Apache2", "web": "https://github.com/xmonader/nim-redisparser" + }, + { + "name": "redisclient", + "url": "https://github.com/xmonader/nim-redisclient", + "method": "git", + "tags": [ + "redis", + "client", + "protocol", + "resp" + ], + "description": "Redis client for Nim", + "license": "Apache2", + "web": "https://github.com/xmonader/nim-redisclient" } ] -- cgit v1.2.3