Added package asyncredis (#2086)

This commit is contained in:
Vladimir Berezenko 2021-12-13 14:26:35 +03:00 committed by GitHub
parent 79ae36d7e4
commit 7fd819c614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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