---
title: Cache Redis Enterprise Database
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Cache Redis Enterprise Database
---

# Cache Redis Enterprise Database

This table represents the cache_redis_enterprise_database resource from Microsoft Azure.

```
azure.cache_redis_enterprise_database
```

## Fields

| Title              | ID   | Type       | Data Type                                                                                                                                                                                 | Description |
| ------------------ | ---- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key               | core | string     |
| client_protocol    | core | string     | Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.                                                                   |
| clustering_policy  | core | string     | Clustering policy - default is OSSCluster. Specified at create time.                                                                                                                      |
| eviction_policy    | core | string     | Redis eviction policy - default is VolatileLRU                                                                                                                                            |
| geo_replication    | core | json       | Optional set of properties to configure geo replication for this database.                                                                                                                |
| id                 | core | string     | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location           | core | string     |
| modules            | core | json       | Optional set of redis modules to enable in this database - modules can only be added at creation time.                                                                                    |
| name               | core | string     | The name of the resource                                                                                                                                                                  |
| persistence        | core | json       | Persistence settings                                                                                                                                                                      |
| port               | core | int64      | TCP port of the database endpoint. Specified at create time. Defaults to an available port.                                                                                               |
| provisioning_state | core | string     | Current provisioning status of the database                                                                                                                                               |
| resource_group     | core | string     |
| resource_state     | core | string     | Current resource status of the database                                                                                                                                                   |
| subscription_id    | core | string     |
| subscription_name  | core | string     |
| tags               | core | hstore_csv |
| type               | core | string     | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                 |
