From 5a0680aed8372a35e72d117f50f3561bbf215630 Mon Sep 17 00:00:00 2001 From: Paul Selden Date: Mon, 6 Jan 2014 11:40:27 -0500 Subject: [PATCH] Add redis to package. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f8a234c..b50ea56 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,9 @@ "koa-response-time": "~1.0.1", "koa-favicon": "~1.0.1", "koa-mount": "~1.2.2", - "koa-compress": "~1.0.0" + "koa-compress": "~1.0.0", + "redis": "~0.10.0", + "co-redis": "0.0.2" }, "devDependencies": {}, "scripts": {