Socket.io Redis adapter with shared memory
npm install socket.io-redis-with-shared
It same as normal socket.io-redis adapter.
But have 1 feature. It allow to create a shared objects between instances.
To share any data you could use:
````
socket.adapter.shared.someVar = "someValue";
socket.adapter.sync();