Question 8 of 10Pro Only
What are the challenges of distributed caching and how do you handle them?
Sample answer preview
Distributed caching allows storing more data and handling more requests by spreading the cache across multiple nodes. This introduces several challenges. The first challenge is sharding, meaning how to distribute data among nodes. Consistent hashing is the standard technique.
consistent hashingshardingreplicationCAPhot keyRedis Cluster