Introduction
Client-side cluster support helps your application talk to the right Redis server in a group, so data is stored and found quickly.
When your app needs to handle lots of data spread across many Redis servers.
When you want faster responses by asking the right server directly.
When you want Redis to keep working even if one server stops.
When you want to add more Redis servers easily as your app grows.