Design a distributed in-memory cache cluster supporting 1 million operations per second with sub-millisecond reads across 10TB of data.
## Problem
Design a distributed in-memory cache cluster (think Redis Cluster or Memcached) that applications use to reduce database load and speed up reads.
Sign up to access the full problem
Design canvas, rubric, hints, and model solutions.