fixed ip:recent weird

v1.18.x
barisusakli 11 years ago
parent c991997552
commit e137baccd9

@ -2,6 +2,7 @@
module.exports = function(redisClient, module) {
module.sortedSetAdd = function(key, score, value, callback) {
callback = callback || function() {};
redisClient.zadd(key, score, value, callback);
};

Loading…
Cancel
Save