Merge pull request #855 from xmonader/add-redisclient0821

Add package redisclient
This commit is contained in:
Dominik Picheta 2018-09-11 21:15:04 +01:00 committed by GitHub
commit d2aac6dace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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