Redis Cluster

Redis Cluster Presets

Ready-to-deploy configuration presets for Redis Cluster. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

Non-Sharded Cluster

This preset creates a non-sharded OCI Cache (Redis) cluster with 3 nodes: one primary and two replicas. The primary handles all writes while replicas serve read traffic and provide automatic...

02

Sharded Cluster

This preset creates a sharded OCI Cache (Redis) cluster with 3 shards and 3 nodes per shard (9 nodes total). Data is automatically distributed across shards using Redis Cluster's hash slot mechanism,...