diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-10 21:48:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-10 21:48:10 +0100 |
| commit | a873a58e11527085ffb0b2e37e8f96abc3f613af (patch) | |
| tree | db47312070f43e802f163f8f11f6293119461c74 | |
| parent | f65b3ee7a8e880f5a61fde168e9811b4d0af7241 (diff) | |
| parent | 3b40d902f893687d31d07aa681e849591f1b981e (diff) | |
| download | packages-a873a58e11527085ffb0b2e37e8f96abc3f613af.tar.gz packages-a873a58e11527085ffb0b2e37e8f96abc3f613af.zip | |
Merge pull request #854 from xmonader/add-redisparser1135
Add 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" } ] |
