Updating an OCI Cache Cluster's Cache Engine Configuration

Update a configuration associated with an OCI Cache cluster.

  • Ensure that the configuration with which you want to update the cluster has been created before updating the specified configuration, if it's not the default configuration. See Creating an OCI Cache Configuration.

    1. On the Clusters list page, select the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing OCI Cache Clusters.
    2. On the cluster's details page, select Edit next to Configuration in the Cluster information tab.
    3. In the Edit configuration panel, select a custom or default configuration you want to configure for the cluster from the list and then save the changes.
  • Use the oci redis redis-cluster redis-cluster update command and required parameters to update the configuration for a cluster:

    oci redis redis-cluster redis-cluster update --redis-cluster-id <cluster_OCID> --oci-cache-config-set-id <config_set_OCID> [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.
  • Run the UpdateRedisCluster operation update the configuration for a cluster.