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 5bb564b commit e219a08Copy full SHA for e219a08
index.js
@@ -872,7 +872,7 @@ RedisClient.prototype.internal_send_command = function (command_obj) {
872
873
if (this.options.return_buffers || this.cur_command_ret_buf) {
874
// this.cur_command_ret_buf check is needed for send_command_buf and "b_" prefixed individual commands
875
- // (but not for standart "b_" prefixed command)
+ // (but not for standart "b_" prefixed commands)
876
command_obj.buffer_reply = true;
877
}
878
0 commit comments