Skip to main content

Tag: Redis CLI

Problems with the Redis command-line interface, such as connection issues, command errors or rejections.

IDTitleDescriptionCategoryTechnologyTags
CRE-2025-0073
High
Impact: 9/10
Mitigation: 6/10
Redis Rejects Writes Due to Reaching 'maxmemory' Limit
The Redis instance has reached its configured 'maxmemory' limit. Because its active memorymanagement policy does not permit the eviction of existing keys to free up space (as is thecase when the 'noeviction' policy is in effect, which is often the default), Redis rejectsnew write commands by sending an "OOM command not allowed" error to the client.
Database Problemsredis-cliRedisRedis CLIMemory PressureMemoryData LossPublic