mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-18 03:31:03 +01:00
level sortedSetsRemove
This commit is contained in:
@@ -28,8 +28,9 @@ module.exports = function(db, module) {
|
||||
};
|
||||
|
||||
module.sortedSetsRemove = function(keys, value, callback) {
|
||||
// TODO :
|
||||
// remove value from sorted sets given by keys
|
||||
async.each(keys, function(key, next) {
|
||||
module.sortedSetRemove(key, value, next);
|
||||
}, callback);
|
||||
};
|
||||
|
||||
function flattenSortedSet(set, callback) {
|
||||
|
||||
Reference in New Issue
Block a user