You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
console.log typo
This commit is contained in:
2
index.js
2
index.js
@@ -410,7 +410,7 @@ RedisClient.prototype.connection_gone = function () {
|
||||
self.emit("reconnecting", "delay " + self.retry_delay + ", attempt " + self.attempts);
|
||||
self.retry_timer = setTimeout(function () {
|
||||
if (exports.debug_mode) {
|
||||
console.log("Retrying conneciton...");
|
||||
console.log("Retrying connection...");
|
||||
}
|
||||
self.retry_delay = self.retry_delay * self.retry_backoff;
|
||||
self.stream.destroy();
|
||||
|
Reference in New Issue
Block a user