Skip to content

Commit 9284ed4

Browse files
committed
add comment
1 parent 34ce891 commit 9284ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/extendedApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RedisClient.prototype.send_command_buf = function (command, args, callback) {
1414
this.next_command_use_buf = true;
1515
this.send_command(command, args, callback);
1616
} finally {
17-
this.next_command_use_buf = false;
17+
this.next_command_use_buf = false; // Set to false even if internal_send_command has not been called or throw
1818
}
1919
};
2020

0 commit comments

Comments
 (0)