Merge pull request #854 from xmonader/add-redisparser1135

Add package redisparser
This commit is contained in:
Dominik Picheta 2018-09-10 21:48:10 +01:00 committed by GitHub
commit a873a58e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]