1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Removing attempts reset - will be set to 1 in initialize_retry_vars

This commit is contained in:
William Hockey
2013-12-12 12:04:34 -08:00
parent e9cd46a223
commit 355bea1e3b

View File

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