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

NameDescriptionValue
externalEnable external access from outside the clusterfalse
sizePersistent Volume size1Gi
replicasNumber of Redis replicas2
storageClassStorageClass used to store the data""
authEnabledEnable password generationtrue
resourcesExplicit CPU and memory configuration for each Redis replica. When left empty, the preset defined in resourcesPreset is applied.{}
resourcesPresetDefault 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.