Skip to main content

Disk space usage in a Redis cluster

In cloud databases, some disk space is reserved for service needs.The total amount of reserved space depends on the Redis version.

Redis 6Redis 8
File system backup4% of disk capacity4% of disk capacity

Operating System Reserve,
service components and logs

8 GB.15 GB

The reserved portion of the disk space is not available to host databases.Keep this in mind when selecting a line of configurations.

You can monitor disk occupancy with disk occupancy notifications and metrics.For more information about metrics, see the Monitoring Redis Cluster, Nodes, and Databases tutorial.

When the cluster disk is 95% or more full, the cluster will go to DISK_FULL status and will be read-only.This is to prevent the cluster from being completely locked up or damaged due to lack of free space.To make the cluster read-write, scale the cluster and select a configuration with a disk size larger than the previous configuration.

Disk fullness notifications

Disk fullness notifications are sent to the Account Owner's email and to users who are subscribed to the "Services and Services" notification category.Notifications are sent when the disk is 80% and 95% full.