You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
chore: use es6 for multi
This commit is contained in:
@@ -73,7 +73,6 @@ function replyInOrder (self, callback, err, res, queue) {
|
||||
callback(err, res)
|
||||
})
|
||||
} else {
|
||||
// TODO: Change this to chain promises instead
|
||||
const tmp = commandObj.callback
|
||||
commandObj.callback = function (e, r) {
|
||||
tmp(e, r)
|
||||
|
Reference in New Issue
Block a user