Skip to content

Commit 2b29875

Browse files
committed
made code nicer
1 parent 5bb564b commit 2b29875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ RedisClient.prototype.internal_send_command = function (command_obj) {
872872

873873
if (this.options.return_buffers || this.cur_command_ret_buf) {
874874
// 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)
875+
// (but not for standart "b_" prefixed commands)
876876
command_obj.buffer_reply = true;
877877
}
878878

0 commit comments

Comments
 (0)