aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed T. Youssef <xmonader@gmail.com>2018-09-11 10:21:45 +0200
committerAhmed T. Youssef <xmonader@gmail.com>2018-09-11 10:21:45 +0200
commit2e7a8fb50bee24db38374b9d9726f583ebd2fbef (patch)
tree3cb0c03d99d134e024b6502b69be6d1dd4c195de
parenta873a58e11527085ffb0b2e37e8f96abc3f613af (diff)
downloadpackages-2e7a8fb50bee24db38374b9d9726f583ebd2fbef.tar.gz
packages-2e7a8fb50bee24db38374b9d9726f583ebd2fbef.zip
Added package redisclient
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]