You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
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