Simple Fixed-window Rate Limiter With Redis



Fixed-window rate limiting: This is a straightforward algorithm that counts the number of requests received within a fixed time window, such as one minute. Once the maximum number of requests is reached, additional requests are rejected until the next window begins.



https://hjr265.me/blog/simple-rate-limiter-with-redis