From 7fd819c614aa32e3817905faf4836a45791edd16 Mon Sep 17 00:00:00 2001 From: Vladimir Berezenko Date: Mon, 13 Dec 2021 14:26:35 +0300 Subject: [PATCH] Added package asyncredis (#2086) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 058b7dd..25fcffa 100644 --- a/packages.json +++ b/packages.json @@ -24465,5 +24465,19 @@ "description": "Special Functions of Stats & Physics", "license": "MIT/ISC", "web": "https://github.com/c-blake/spfun" + }, + { + "name": "asyncredis", + "url": "https://github.com/Q-Master/redis.nim", + "method": "git", + "tags": [ + "redis", + "database", + "driver", + "async" + ], + "description": "Pure Nim asyncronous driver for Redis DB", + "license": "MIT", + "web": "https://github.com/Q-Master/redis.nim" } ]