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 790f129 commit 4e5e463Copy full SHA for 4e5e463
index.js
@@ -116,7 +116,7 @@ RedisClient.prototype.install_stream_listeners = function() {
116
117
this.stream.on('data', function (buffer_from_socket) {
118
// The data.toString() has a significant impact on big chunks and therefor this should only be used if necessary
119
- // debug('Net read ' + this.address + ' id ' + this.connection_id + ': ' + data.toString());
+ debug('Net read ' + this.address + ' id ' + this.connection_id); // + ': ' + data.toString());
120
self.reply_parser.execute(buffer_from_socket);
121
});
122
0 commit comments