skunight / nestjs-redis

nestjs redis module
MIT License
318 stars 173 forks source link

How Redis.options retryStrategy works? #89

Open rodrigocnascimento opened 3 years ago

rodrigocnascimento commented 3 years ago

Hi! 👋🏽

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?

ref: https://ioredis.readthedocs.io/en/latest/README/#auto-reconnect