You've already forked node-redis
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:
2
index.js
2
index.js
@@ -621,6 +621,8 @@ function Multi(client, args) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exports.Multi = Multi;
|
||||||
|
|
||||||
// take 2 arrays and return the union of their elements
|
// take 2 arrays and return the union of their elements
|
||||||
function set_union(seta, setb) {
|
function set_union(seta, setb) {
|
||||||
var obj = {};
|
var obj = {};
|
||||||
|
Reference in New Issue
Block a user