Browse Source

Removing attempts reset - will be set to 1 in initialize_retry_vars

gh-pages
William Hockey 11 years ago
parent
commit
355bea1e3b
  1. 1
      index.js

1
index.js

@ -245,7 +245,6 @@ RedisClient.prototype.on_connect = function () {
this.connected = true;
this.ready = false;
this.attempts = 0;
this.connections += 1;
this.command_queue = new Queue();
this.emitted_end = false;

Loading…
Cancel
Save