From 9a76fefd349f98ca37c9d6417e382ec05d823622 Mon Sep 17 00:00:00 2001 From: Zed Date: Thu, 7 Nov 2019 07:27:25 +0100 Subject: [PATCH] Added package redpool (#1241) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4e53a3c..6bd971f 100644 --- a/packages.json +++ b/packages.json @@ -15150,5 +15150,17 @@ "description": "Parse config by defining an object", "license": "MIT", "web": "https://github.com/ba0f3/sim.nim" + }, + { + "name": "redpool", + "url": "https://github.com/zedeus/redpool", + "method": "git", + "tags": [ + "redis", + "pool" + ], + "description": "Redis connection pool", + "license": "MIT", + "web": "https://github.com/zedeus/redpool" } ]