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 7560550 commit 917b30aCopy full SHA for 917b30a
sentinel.js
@@ -466,7 +466,6 @@ RedisMetaClient.prototype.createMasterClient = function(options) {
466
var client = RedisSingleClient.createClient(this.master.port, this.master.host, options);
467
var self = this;
468
var connection_id = client.connection_id;
469
- client.on('error', function(){});
470
client.on('end', function(){
471
for (var i = 0, len = self.masterClients.length; i < len; i++) {
472
var cl = self.masterClients[i];
0 commit comments