목록go redis adapter (1)
Hello Ocean! 🌼
[Go] go-socket.io의 Redis Adapter
socket.io에서는 redis adapter를 사용할 수 있다.Adapter가 무엇일까?https://socket.io/docs/v4/adapter/정의Adapter는 client의 부분집합 혹은 전체 client에게 event를 broadcast하는 server-side component이다.왜 필요할까?기본적으로 socket.io에서 in-memory adapter가 broadcast를 수행하는데,socket.io 서버가 여러대로 분산되어있을 때, in-memory adapter를 이용하면 문제가 생긴다.아래 그림처럼 두 개의 socket.io 서버가 있을 때, in-memory adapter를 이용하면server A에서 server B에 연결되어있는 client들에게 메세지를 보내줄 수 없기 때..
Go
2022. 3. 3. 17:42