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 1f730a8 commit 476e554Copy full SHA for 476e554
index.js
@@ -172,7 +172,7 @@ function RedisClient (options, stream) {
172
} else if ((event === 'message_buffer' || event === 'pmessage_buffer' || event === 'messageBuffer' || event === 'pmessageBuffer') && !this.buffers && !this.message_buffers) {
173
if (this.reply_parser.name !== 'javascript') {
174
return this.warn(
175
- 'You attached the ' + event + ' without the hiredis parser without the returnBuffers option set to true.\n' +
+ 'You attached the "' + event + '" listener without the returnBuffers option set to true.\n' +
176
'Please use the JavaScript parser or set the returnBuffers option to true to return buffers.'
177
);
178
}
0 commit comments