Zihua Li
Zihua Li
Good catch! A PR is welcomed!
Hey @Lucabenj 👋 , Sorry for the late reply! ioredis doesn't interpret any arguments and just passes them directly to the server. Can you show the code which has the...
Hi @GO-DIE, Thanks for using ioredis. I'd expect a third party library does this as it seems to be out of the scope.
Hey @ramprasad1996, A possible cause could be CPU load was too high so ioredis didn't get enough CPU resource to handle the requests. You may want to monitor CPU load...
Yeah new roles like `master-slave` and `slave-master` sgtm. Don't feel we need to subscribe to any events as ioredis will reconnect when the connected server is down so the only...
@ccs018 Hi, sorry for the **really** late response. According to the official documentation https://redis.io/topics/cluster-spec#clients-first-connection-and-handling-of-redirections, ioredis will refresh the slots only when a `MOVED` error is received. That means even when...
@ccs018 The use cases you described won't be affected by setting `enableOfflineQueue` to `true` since offline queue only works when the connection is live or a retry attempt is happening....
Hi @PaddyOl, can you run `client list` with redis-cli when similar errors happen?
> @luin I'm also facing the similar issue and I checked the client list those were all from my production servers Thanks for reporting this. I think you may want...
> @luin I have increased the limit already and has set that to 25000 > > but still I reach a point where number of clients reach the threshold. Sounds...