mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
style changes
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = function (redisClient, module) {
|
||||
if (!Array.isArray(fields) || !fields.length) {
|
||||
return callback(null, keys.map(function () { return {}; }));
|
||||
}
|
||||
var multi = redisClient.multi();
|
||||
var multi = redisClient.multi();
|
||||
|
||||
for (var x = 0; x < keys.length; x += 1) {
|
||||
multi.hmget.apply(multi, [keys[x]].concat(fields));
|
||||
|
||||
Reference in New Issue
Block a user