Redis
Redis
Defines the high-level intent for a managed Redis instance.
Provisions a high-performance, in-memory data store suitable for caching, session management, and low-latency architectural requirements. Handles instance sizing, network connectivity, and regional placement within the project's boundaries.
| Property | Type | Description |
|---|---|---|
| apiVersion | string | |
| kind | string | |
| metadata | map | |
| spec | Spec |
Spec
Contains the user-defined configuration for the Redis instance. Encapsulates configuration parameters for enablement toggles and explicit memory capacity sizing.
| Property | Type | Description |
|---|---|---|
| description | string | This description is optional but will drastically improve the understand of the AI assistant about the structural elements of the organization |
| enabled | bool | If true, a Redis instance will be provisioned. Controls the creation of the underlying managed cache infrastructure. |
| memorySizeGb | int64 | The memory capacity of the Redis instance in gigabytes. This value is translated into the physical memory allocation scalar for the managed cache instance. |