You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
index.js: fix missing .EXEC alias
This commit is contained in:
1
index.js
1
index.js
@@ -995,6 +995,7 @@ Multi.prototype.exec = function (callback) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Multi.prototype.EXEC = Multi.prototype.exec;
|
||||||
|
|
||||||
RedisClient.prototype.multi = function (args) {
|
RedisClient.prototype.multi = function (args) {
|
||||||
return new Multi(this, args);
|
return new Multi(this, args);
|
||||||
|
Reference in New Issue
Block a user