stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No fallback if Redis isn't available

liorMor opened this issue · comments

If from some reason redis is irresponsive the api call is crashed.
We want to use the rate limiter but without a disruption to clients.
Can we have the ability in the bootstrap part, i.e. services.AddRedisRateLimiting() to ignore the rate limiter in case of connection problems with redis?