Managed Redis Service
Redis is a highly versatile and blazing-fast in-memory data store and cache that can significantly boost the performance of your applications. Managed Redis Service offers a hassle-free solution for deploying and managing Redis clusters, ensuring that your data is always available and responsive.
Deployment Details
Service utilizes the Spotahome Redis Operator for efficient management and orchestration of Redis clusters.
Parameters
Common parameters
Name | Description | Value |
---|---|---|
external | Enable external access from outside the cluster | false |
size | Persistent Volume size | 1Gi |
replicas | Number of Redis replicas | 2 |
storageClass | StorageClass used to store the data | "" |
authEnabled | Enable password generation | true |
resources | Explicit CPU and memory configuration for each Redis replica. When left empty, the preset defined in resourcesPreset is applied. | {} |
resourcesPreset | Default sizing preset used when resources is omitted. Allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge. | nano |
Example of resources
:
resources:
cpu: 4000m
memory: 4Gi
Allowed values for resourcesPreset
are none
, nano
, micro
, small
, medium
, large
, xlarge
, 2xlarge
.
This value is ignored if the corresponding resources
value is set.
Last modified 2025-06-26: [docs] Update managed apps reference with new `resources` format (c020e62)