Intro to how to design consistent hashing
To achieve horizontal scaling, it is important to distribute requests/data efficiently and evenly across servers. Consistent hashing is a commonly used technique to achieve this goal.
The rehashing problem
If you have n cache servers, a common way t...
awsbuilder.hashnode.dev4 min read