Scaling with Redis Cluster

Redis Cluster

Because Redis is an in-memory database, the amount of data that can be accommodated depends on the RAM of the host machine. In order to scale beyond the capacity of a single server, we need to distribute the data across several Redis servers.

Get hands-on with 1200+ tech skills courses.