A Redis PING can return PONG while the next write is rejected or while an older key is silently removed. The difference is not server health; it is the configured maxmemory policy. In the reproduced Redis 8.0.2 lab, noeviction accepted 48 payload writes and then returned OOM, ...