Skip to main content

One doc tagged with "maxmemory"

View all tags

CRE-2025-0201

Detects Redis out\-of\-memory errors when the maxmemory limit is reached and the configured eviction policy prevents new writes. This typically occurs when Redis is configured with 'noeviction' policy and memory usage exceeds the maxmemory setting, causing all write commands to fail.