I want to rate limit my Flask API. I found 2 solutions.
What is the significance of Redis when Flask-Limiter is able to rate limit the request on the basis of remote address without Redis?
Redis allows you to store the rate-limiting state in a persistent store.
This means you can: