Redis
-
Redis maxmemory, eviction, and the day we served stale for 20 minutes
noeviction is the default, and the default is dangerous when you thought you were running a cache.
-
TIL: redis-cli MONITOR is still a footgun, not a tool
MONITOR prints every command the server handles. Very tempting. Very bad for prod.