Skip to content

NIP: Redis memory high

Alert: NipRedisMemoryHigh · Severity: Warning

What this means

Redis using >80% of maxmemory (when maxmemory configured).

Fix

  1. docker exec inward_dev-redis-1 redis-cli INFO memory
  2. Check evictions — redis evictions.
  3. Review session/cache TTL with app team before flushing keys.

Escalate if

Evictions active during peak transfer hours.