moving db.close into the parent module

This commit is contained in:
psychobunny
2014-04-14 13:51:45 -04:00
parent df5f3d185a
commit bba3df6802
6 changed files with 18 additions and 15 deletions

View File

@@ -101,5 +101,10 @@
callback();
}
};
module.close = function() {
redisClient.quit();
};
}(exports));