Introduction
Creating a Redis cluster helps store data across multiple servers. This makes your data safe and your app faster.
You want to handle lots of data that one server can't store.
You want your app to keep working even if one server stops.
You want to spread the work so your app runs faster.
You want to add more servers easily as your app grows.