diff options
| author | Ahmed T. Youssef <xmonader@gmail.com> | 2018-09-10 13:35:18 +0200 |
|---|---|---|
| committer | Ahmed T. Youssef <xmonader@gmail.com> | 2018-09-10 13:35:18 +0200 |
| commit | 3b40d902f893687d31d07aa681e849591f1b981e (patch) | |
| tree | db47312070f43e802f163f8f11f6293119461c74 | |
| parent | f65b3ee7a8e880f5a61fde168e9811b4d0af7241 (diff) | |
| download | packages-3b40d902f893687d31d07aa681e849591f1b981e.tar.gz packages-3b40d902f893687d31d07aa681e849591f1b981e.zip | |
Added package redisparser
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a1f050e..c9a1af4 100644 --- a/packages.json +++ b/packages.json @@ -10616,5 +10616,19 @@ "license": "MIT", "web": "https://github.com/khchen/wNim", "doc": "https://khchen.github.io/wNim/wNim.html" + }, + { + "name": "redisparser", + "url": "https://github.com/xmonader/nim-redisparser", + "method": "git", + "tags": [ + "redis", + "resp", + "parser", + "protocol" + ], + "description": "RESP(REdis Serialization Protocol) Serialization for Nim", + "license": "Apache2", + "web": "https://github.com/xmonader/nim-redisparser" } ] |
