How to store websocket id in Gorilla using Redis for accessing the socket connection across the processes

Viewed 22

I would like to know the best way to store the websocket client id or connection in Redis. I am not building a chat app so I do not need to broadcast but send messages to specific websockets.

Need help.

0 Answers
Related