1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Merge pull request #120 from lp/master

commodity exports.Multi
This commit is contained in:
Matt Ranney
2011-07-06 07:03:08 -07:00

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 = {};