This commit is contained in:
Julian Lam
2013-08-26 16:54:15 -04:00
parent eed66c099b
commit 28e1538fdb

2
app.js
View File

@@ -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 = {};