Data Source: oci_redis_redis_clusters

This data source provides the list of Redis Clusters in Oracle Cloud Infrastructure Redis service.

Lists the Redis clusters in the specified compartment. A Redis cluster is a memory-based storage solution. For more information, see OCI Caching Service with Redis.

Example Usage

data "oci_redis_redis_clusters" "test_redis_clusters" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.redis_cluster_display_name
	id = var.redis_cluster_id
	state = var.redis_cluster_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

RedisCluster Reference

The following attributes are exported: