Design a Rate Limiter
Distributed Systems · Redis · Algorithms · greeting
Learn mode
00:00End interview
Owl: Hi. Design a rate limiter for a public API. Clarify limits (per user? per IP? per key?), where it sits in the request path, and what happens when Redis is down.
You: