You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
fixup
This commit is contained in:
@@ -125,7 +125,7 @@ if (process.platform !== 'win32') {
|
||||
client = redis.createClient.apply(null, args)
|
||||
client.auth(auth).catch(done)
|
||||
client.on('ready', function () {
|
||||
if (this.timesConnected < 3) {
|
||||
if (this._timesConnected < 3) {
|
||||
let interval = setInterval(() => {
|
||||
if (client.commandQueue.length !== 0) {
|
||||
return
|
||||
|
Reference in New Issue
Block a user