Skip to content
New issue

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

♻️ [Refactor] 채팅 서버 Redis 적용 #9

Open
2 tasks
huiseon37 opened this issue Jan 23, 2025 · 0 comments
Open
2 tasks

♻️ [Refactor] 채팅 서버 Redis 적용 #9

huiseon37 opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels
BE ♻️ Refactor 코드 리팩토링

Comments

@huiseon37
Copy link
Collaborator

📣 리펙토링 이름

채팅 서버 Redis 적용

📣 리펙토링 목적

  1. 기존 인메모리 구현 방식은 수평 확장에 한계가 있었음
  2. 채팅 서버가 200명을 넘어가면 과부화가 오기 때문에 수평확장을 하는것이 좋아보임
  3. 수평확장을 위해 Redis를 적용하여 확장성을 가지는 것이 좋아보임

✅ 리펙토링 리스트

  • 채팅서버 Redis 적용
  • 기존 코드 수정
@huiseon37 huiseon37 self-assigned this Jan 23, 2025
@huiseon37 huiseon37 added ♻️ Refactor 코드 리팩토링 BE labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE ♻️ Refactor 코드 리팩토링
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant