PreviousNext

Redis Cluster - Benefits of Sharding and How It Works

by bill-s, 2020-12-29T09:02:26.355Z

Redis is one of the good friends of a backend engineer, and its versatility and ease of use make it convenient to get started. That said, when it comes to scaling it horizontally for writes, it gets a bit more tricky with different level of trade-offs you need to make. In this post, I want to touch on the basics of Redis Cluster, out of the box solution of Redis to the gnarly write scaling problem.

Read More