You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the retryStrategy property and when used with the false value, I think it's working very well. But if I put a number I was thinking that was how many times "times" the client will try to reconnect, but for me looks like that is a way to pooling the connection until the redis-client accept connections. Am I right?
Hi! 👋🏽
I'm trying to use the
retryStrategy
property and when used with thefalse
value, I think it's working very well. But if I put a number I was thinking that was how many times "times" the client will try to reconnect, but for me looks like that is a way to pooling the connection until the redis-client accept connections. Am I right?ref: https://ioredis.readthedocs.io/en/latest/README/#auto-reconnect
The text was updated successfully, but these errors were encountered: