Listing OCI Cache Configurations

View the list of custom or default configurations in OCI Cache.

    1. Open the navigation menu  and select Databases. Under OCI Cache, select Configurations.

      The configurations list page opens. All custom configurations corresponding to Redis or Valkey engine in the selected compartment are displayed in a table.

    2. To view the configurations from a different compartment, use the Compartment filter to switch compartments.

      You must have permission to work in a compartment to see the resources in it. If you're not sure which compartment to use, contact an administrator. For more information, see Understanding Compartments.

    3. To view default configurations, use the Configuration type filter to select Default.

    Filtering List Results

    Use filters to limit the configurations in the list.

    On the left side of the list page, select a value from one of the available filters, such as compartment, state, or tags.

    Tip

    To find a configuration by name, enter its name in the Search field.

    Actions

    In the list table, select the name of a configuration to open its details page, where you can view its status and perform other tasks.

    To perform an action on a configuration directly from the list table, select any of the following options from the Actions menu (three dots) in the row for that configuration:

    To create a custom configuration, select Create custom configuration.

  • Use the oci redis oci-cache-config-set oci-cache-config-set-summary list-oci-cache-config-sets or oci redis oci-cache-default-config-set oci-cache-default-config-set-summary list-oci-cache-default-config-sets commands and required parameters to view a list of default or custom configurations in a compartment:

    • List OCI Cache custom configurations:
      oci redis oci-cache-config-set oci-cache-config-set-summary list-oci-cache-config-sets [OPTIONS]
    • List OCI Cache default configurations:
      oci redis oci-cache-default-config-set oci-cache-default-config-set-summary list-oci-cache-default-config-sets --compartment-id <compartment_OCID> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the ListOciCacheDefaultConfigSets or ListOciCacheConfigSets operation to view a list of default or custom OCI Cache configurations in a compartment.