We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ce891 commit 9284ed4Copy full SHA for 9284ed4
lib/extendedApi.js
@@ -14,7 +14,7 @@ RedisClient.prototype.send_command_buf = function (command, args, callback) {
14
this.next_command_use_buf = true;
15
this.send_command(command, args, callback);
16
} finally {
17
- this.next_command_use_buf = false;
+ this.next_command_use_buf = false; // Set to false even if internal_send_command has not been called or throw
18
}
19
};
20
0 commit comments