Skip to content

Commit

Permalink
fix #1676
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Oct 14, 2021
1 parent a79b8fa commit 4b2ad95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export default class RedisClient<M extends RedisModules, S extends RedisScripts>
this.#tick();
})
.on('reconnecting', () => this.emit('reconnecting'))
.on('drain', () => this.#tick())
.on('end', () => this.emit('end'));
}

Expand Down

0 comments on commit 4b2ad95

Please sign in to comment.