NestJS, SocketIo clusterization with redis streams adapter and sticky sessions
I want to implement clusterization in my NestJs and SocketIo app, and for this like I understand I must implement an Adapter(I had choose Redis Streams) and sticky sessions.I get stuck with clusterization and sticky sessions.How should I implement these sticky sessions?