1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

exports Multi as commodity

This commit is contained in:
Louis-Philippe Perron
2011-07-04 15:18:03 -04:00
parent 891529c06a
commit abc647ccb5

View File

@@ -621,6 +621,8 @@ function Multi(client, args) {
}
}
exports.Multi = Multi;
// take 2 arrays and return the union of their elements
function set_union(seta, setb) {
var obj = {};