mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
tons of fixes to mongo and redis, to make returns the same
This commit is contained in:
@@ -318,7 +318,7 @@
|
||||
module.sortedSetsScore = function(keys, value, callback) {
|
||||
var multi = redisClient.multi();
|
||||
|
||||
for(x=0; x<keys.length; ++x) {
|
||||
for(var x=0; x<keys.length; ++x) {
|
||||
multi.zscore(keys[x], value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user