You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case doesn't require inter node communication. I plan to do a hash on incoming IDs and distribute them to one of the worker. I see the socket.io-redis package from https://github.com/elad/node-cluster-socket.io, but I didn't see why it requires redis.
Can you please let me know the role of redis in the cluster? Can I use a map in the master instead of redis?