You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-17 11:52:32 +03:00
Fix send_command working with hooked internal functions
This commit is contained in:
@@ -42,7 +42,7 @@ commands.list.forEach(function (command) {
|
||||
arr[i] = arguments[i];
|
||||
}
|
||||
}
|
||||
return this.send_command(command, arr, callback);
|
||||
return this.internal_send_command(command, arr, callback);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user