// TOPIC
#redis
2 articles
◆◆IntermediateStripeCloudflare
01Design a Rate Limiter
Token bucket, leaky bucket, fixed window, sliding window — and the distributed Redis-based limiter you can copy into production.
#interview#rate-limiting#distributed-systems
14 min◆Beginner
02Caching
Cache hierarchies, write strategies, eviction policies, Redis data structures, the four classic cache pathologies, and how to size and warm a cache properly.
#caching#performance#redis
18 min