Resizing Shards for a Cluster

OCI Cache supports changing the number of shards for an existing sharded cluster if you need to scale up or down to meet your requirements.

The number of shards per cluster must be an uneven number from 3 to 99, though the maximum number of shards depends on the number of nodes configured per shard, so that the total number of nodes doesn't exceed the cluster node limit of 100. See Sharded Clusters for more information.
Note

You can only resize one configuration setting at a time, and you need to wait for a resize operation to complete before you can start a new resize operation.
    1. Open the navigation menu and click Databases. Under OCI Cache, click Clusters.

    2. Under List scope, select the compartment that contains the cluster.
    3. In the Clusters list, click the name of the cluster you want to adjust the number of shards for.

    4. On the cluster details page, click Resize shards
    5. Specify an odd number between 3 and 99 for Number of shards and then click Resize.

      You can increase or decrease the number of shards for a cluster.

  • Use the oci redis redis-cluster update command and required parameters to resize the shards for a cluster:

    oci redis redis-cluster update --redis-cluster-id cluster_ocid --shard-count shard_count [OPTIONS]
    For information about using the CLI, see Command Line Interface (CLI). For a complete list of flags and options available for CLI commands, see the CLI Command Reference.
  • For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.

    Run the UpdateRedisCluster operation to resize the shards for a cluster.