I have my multiple nodes running through socket.io-redis, Everything is working fine as I am emitting events to 1 server from another.
I want to get the full list of connected sockets on multiple servers together, as I have to manipulate their keys accordingly, Just like in simple socket.io's io object I get a hashmap with all the sockets.