We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backend, websocket workspace간 redis service 중복 제거
backend와 websocket에서 사용하는 redis service는 동일합니다.
그런데 현재 단순 복사로 사용하다 보니까 변경 사항을 동기화하는 과정이 번거롭습니다.
실제로 저번에 backend에서 redis 분산 락을 제거했는데 websocket에서 반영을 안 해서 websocket에서는 사용하는 중입니다.
nest에서 제공해주는 library 기능을 사용하면 쉽게 별도의 라이브러리로 만들어 공유할 수 있습니다.
https://docs.nestjs.com/cli/libraries
The text was updated successfully, but these errors were encountered:
ezcolin2
When branches are created from issues, their pull requests are automatically linked.
어떤 기능인가요?
작업 상세 내용
backend와 websocket에서 사용하는 redis service는 동일합니다.
그런데 현재 단순 복사로 사용하다 보니까 변경 사항을 동기화하는 과정이 번거롭습니다.
실제로 저번에 backend에서 redis 분산 락을 제거했는데 websocket에서 반영을 안 해서 websocket에서는 사용하는 중입니다.
nest에서 제공해주는 library 기능을 사용하면 쉽게 별도의 라이브러리로 만들어 공유할 수 있습니다.
참고 자료
https://docs.nestjs.com/cli/libraries
The text was updated successfully, but these errors were encountered: