[Feat]Redis 설정 및 Room 모듈 초기화 #114
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련 이슈 번호
✅ 체크리스트
🧩 작업 내용
📝 작업 상세 내역
Redis 설치 및 연결 설정
Room 모듈 초기화
├── room
│ │ ├── room.gateway.ts
│ │ ├── room.model.ts
│ │ ├── room.module.ts
│ │ └── room.service.ts
```
- gateway: 웹소켓 통신 로직
- model: Redis에 저장되는 Room interface 정의
- service: 비지니스 로직 + Redis 접근
Redis에 저장할 Room 데이터 설계
createRoom 임시 구현
📌 테스트 및 검증 결과
💬 다음 작업 또는 논의 사항