Added package redisclient

This commit is contained in:
Ahmed T. Youssef 2018-09-11 10:21:45 +02:00
parent a873a58e11
commit 2e7a8fb50b

View File

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