v1.18.x
Julian Lam 12 years ago
parent eed66c099b
commit 28e1538fdb

@ -82,7 +82,7 @@ if(nconf.get('upgrade')) {
// Initial setup for Reds // Initial setup for Reds
reds.createClient = function() { reds.createClient = function() {
return exports.client || (exports.client = RDB); return reds.client || (reds.client = RDB);
} }
global.configuration = {}; global.configuration = {};

Loading…
Cancel
Save