Consistent Hashing is a distributed hashing scheme to distribute cache keys efficiently and evenly across servers. In this blog, we are going to discuss emergence and concepts of consistent hashing, how are requests re-distributed when server is added/removed, introduction to virtual nodes, and we’ll wrap up the blog with code. …