docker compose -f /opt/mailcow-dockerized/docker-compose.yml exec redis-mailcow redis-cli CONFIG GET maxmemory

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml exec redis-mailcow redis-cli CONFIG GET maxmemory

Show the Redis maxmemory limit

CONFIG GET maxmemory prints the configured memory cap for the Redis instance. Mailcow sets a modest limit because Redis only holds statistics and counters. Raise it only if you see frequent eviction warnings in the redis logs.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.