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 50b4009 commit 12265a5Copy full SHA for 12265a5
index.js
@@ -283,12 +283,6 @@ RedisClient.prototype.create_stream = function () {
283
self.on_error(err);
284
});
285
286
- /* istanbul ignore next: difficult to test and not important as long as we keep this listener */
287
- this.stream.on('clientError', function (err) {
288
- debug('clientError occured');
289
- self.on_error(err);
290
- });
291
-
292
this.stream.once('close', function (hadError) {
293
self.connection_gone('close');
294
0 commit comments