You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-17 19:41:06 +03:00
chore: use es6 for multi
This commit is contained in:
@@ -40,7 +40,7 @@ commands.list.forEach((command) => {
|
||||
for (var i = 0; i < len; i += 1) {
|
||||
arr[i] = arguments[i]
|
||||
}
|
||||
this.queue.push(new Command(command, arr))
|
||||
this._queue.push(new Command(command, arr))
|
||||
return this
|
||||
}
|
||||
if (multiProto[command] !== commandName) {
|
||||
|
Reference in New Issue
Block a user