Skip to content

Comments

feat: Redis 설정 및 세팅 작업(#16)#18

Merged
hisonghy merged 2 commits intodevelopfrom
feature/redis-16
Mar 14, 2025
Merged

feat: Redis 설정 및 세팅 작업(#16)#18
hisonghy merged 2 commits intodevelopfrom
feature/redis-16

Conversation

@hisonghy
Copy link
Member

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • Redis 관련 설정 작업과 캐싱/세션 관련 인터페이스 생성했습니다
  • Redis를 캐싱, 세션 저장소로 사용하는데 역할 별 분담을 하기 위해 RedisCacheGateway, RedisSessionGateway 로 각각 설계하고 구현체는 RedisService 하나로 관리하면서 추후 각 역할 별 레디스 조작 작업을 수행하도록 설계했습니다

🔍 참고사항

  • RedisService 는 기술적인 로직(단순 레디스 조작 업무)만 담당

📚 기타

@hisonghy hisonghy added the ⚡ feature 새로운 기능 추가 및 수정 label Mar 14, 2025
@hisonghy hisonghy requested a review from myqewr March 14, 2025 06:48
@hisonghy hisonghy self-assigned this Mar 14, 2025
@hisonghy hisonghy changed the title feature: Redis 설정 작업 feature: Redis 설정 작업(#18) Mar 14, 2025
@hisonghy hisonghy changed the title feature: Redis 설정 작업(#18) feature: Redis 설정 작업 Mar 14, 2025
@hisonghy hisonghy changed the title feature: Redis 설정 작업 feat: Redis 설정 작업 Mar 14, 2025
@hisonghy hisonghy changed the title feat: Redis 설정 작업 feat: Redis 설정 및 세팅 작업 Mar 14, 2025
@hisonghy hisonghy changed the title feat: Redis 설정 및 세팅 작업 feat: Redis 설정 및 세팅 작업(#16) Mar 14, 2025
@hisonghy hisonghy merged commit b608511 into develop Mar 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚡ feature 새로운 기능 추가 및 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚡ Redis 설정 작업

2 participants