From 28e1538fdb54d5c4b51076b87649538e1fa2ca64 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 26 Aug 2013 16:54:15 -0400 Subject: [PATCH] issue #203 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 874341c050..1610049e2b 100644 --- a/app.js +++ b/app.js @@ -82,7 +82,7 @@ if(nconf.get('upgrade')) { // Initial setup for Reds reds.createClient = function() { - return exports.client || (exports.client = RDB); + return reds.client || (reds.client = RDB); } global.configuration = {};