How to use Redis pub/sub to handle socket.io sessions across multiple instances ?
When horizontally scaling, new server instance can’t send the changes to those connected to the existing server using socket.io so Redis pub/sub
Sep 9, 20226 min read129
