Almost every MySQL tuning question is answered by whether the working set fits in the buffer pool, and almost every tuning guide starts somewhere else. A hit rate…
The default policy is noeviction, which means a full Redis returns errors on writes rather than evicting anything. noeviction is the right default for an instance holding queue…
A version number that is a compatibility statement rather than a feature list. Three environments described by hand, and the import that is most of the work.
A cron job that fails writes to whatever mail was configured in 2014, and a timer’s output is in the journal alongside everything else. Persistent=true runs a missed…
A long-lived process holding thousands of connections is not what PHP is for, and a small binary beside it is a smaller change than a rewrite. Keeping the…
copytruncate copies the file and then truncates the original, and anything written between those two operations is gone. The window is small and the loss is real, and…