Managed Redis. Supports standalone and cluster modes with optional read replicas.
| Field | Type | Required | Constraints | Description |
|---|
name | string | Yes | | |
cpuCores | float | Yes | 0 < value ≤ 2 | |
memoryMB | integer | Yes | ≤ 4096 | |
storageGB | integer | Yes | ≤ 100 | |
password | string | Yes | | Leave empty string for no password |
followers | integer | No | 0 or 1 | Number of read replicas. Defaults to 0 |
type | string | No | standalone, cluster | Defaults to standalone |
| Name | Unit | Description |
|---|
POD_CPU | % | CPU usage |
POD_MEMORY | MB | Memory usage |
PEAK_CPU | % | Peak CPU usage |
MEMORY_USAGE | MB | Redis memory in use |
CONNECTED_CLIENTS | count | Number of connected clients |
COMMANDS_PER_SECOND | cmds/sec | Redis command throughput |