This repository was archived by the owner on Nov 23, 2022. It is now read-only.
On redis connection failure, it kills the application #77
Labels
good first issue
Good for newcomers
When Redis connection fails, it kills the applications.
The expected behavior is, log some error or handle the exception somehow.
Here my requirement is, allow users actions when Redis connection fails. An option would be great if we can control this situation.
I am passing the client by creating like
but it is not handled by
RateLimiterModule
Whereas i use the same client with another package rate-limiter-flexible and I have a way to handle the situation.
The text was updated successfully, but these errors were encountered: