diff options
| author | Ahmed T. Youssef <xmonader@gmail.com> | 2018-09-11 10:21:45 +0200 |
|---|---|---|
| committer | Ahmed T. Youssef <xmonader@gmail.com> | 2018-09-11 10:21:45 +0200 |
| commit | 2e7a8fb50bee24db38374b9d9726f583ebd2fbef (patch) | |
| tree | 3cb0c03d99d134e024b6502b69be6d1dd4c195de | |
| parent | a873a58e11527085ffb0b2e37e8f96abc3f613af (diff) | |
| download | packages-2e7a8fb50bee24db38374b9d9726f583ebd2fbef.tar.gz packages-2e7a8fb50bee24db38374b9d9726f583ebd2fbef.zip | |
Added package redisclient
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c9a1af4..c716d1e 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
