mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
moving db.close into the parent module
This commit is contained in:
@@ -101,5 +101,10 @@
|
||||
callback();
|
||||
}
|
||||
};
|
||||
|
||||
module.close = function() {
|
||||
redisClient.quit();
|
||||
};
|
||||
|
||||
}(exports));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user