Tag: Redis
All the articles with the tag "Redis".
-
System Design Interview: Distributed Cache Like Redis/Memcached
Series: System Design Interview Series
Master the distributed cache system design interview. Learn consistent hashing, eviction policies (LRU/LFU), and how to scale like Redis and Memcached.
-
System Design Interview: Design a Rate Limiter
Series: System Design Interview Series
Master the rate limiter system design interview. Explore token bucket, leaky bucket algorithms, distributed rate limiting with Redis, and race conditions.