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.
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.
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.
- On the Clusters list page, find the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing Clusters.
- From the Actions menu for the cluster, select Resize shards.
- In the Resize shards panel, enter an odd number between 3 and 99 for Number of shards.
- Select Resize.
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.