How to Limit API Calls with Spring Boot and Redis
Intro
In this tutorial I’ll demo how to impose a rate limit on your API clients, by making sure they can only perform a certain number of requests in a given interval. To automatically reset limits I’ll be using Redis as a datastore.