Scaling with Redis Cluster
Learn how to scale Redis horizontally using 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 1400+ tech skills courses.