You've already forked node-redis
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:
1
index.js
1
index.js
@@ -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;
|
||||||
|
Reference in New Issue
Block a user