Valkey Cluster Services
In short: Valkey Cluster mode is the horizontally sharded, distributed deployment of Valkey (the open-source Redis fork) that partitions the keyspace across 16,384 hash slots spread over multiple primary shards, each with its own replicas. Clients follow MOVED/ASK redirections to reach the correct shard, enabling scale beyond a single node's memory and CPU.
Shard sizing, slot rebalancing, replica placement, and client-side cluster awareness for Valkey 8 in Cluster mode. For single-primary HA with Sentinel see high availability; this page is specifically about 16,384-slot horizontal sharding.
What we operate in Valkey Cluster mode
Cluster sizing — the numbers behind the recommendations
Three real cluster shapes we've operated, with the trade-offs each one optimizes for.