Open
Description
Describe the feature
I'm glad that they started developing this library. I looked at the code and noticed that it lacks synchronization between servers. For example, pub/sub sends only within the server. For example, the ability to connect via useStorage('redis') so that it is possible to store all clients and indicate a process identifier to determine which clients are external or internal
This will reduce the number of clients on 1 server and distribute it across several clients. Or what it's called I don't remember
Additional information
- Would you be willing to help implement this feature?
Activity