The section on using Redis as a pub/sub backplane for scaling WebSocket connections across multiple Node.js instances was the most practical takeaway for me. I'm applying that exact pattern to a notification service where sticky sessions weren't an option — your example made the adapter setup much clearer than the socket.io docs alone.