diff --git a/index.js b/index.js index eb27628b97..5fd97c06ed 100644 --- a/index.js +++ b/index.js @@ -995,6 +995,7 @@ Multi.prototype.exec = function (callback) { } }); }; +Multi.prototype.EXEC = Multi.prototype.exec; RedisClient.prototype.multi = function (args) { return new Multi(this, args);