Skip to content

feat: Redis Cache Aside 리다이렉트 조회 적용 - #6

Merged
KimGyeongLock merged 2 commits into
mainfrom
feat/redis-cache
Jul 31, 2026
Merged

feat: Redis Cache Aside 리다이렉트 조회 적용#6
KimGyeongLock merged 2 commits into
mainfrom
feat/redis-cache

Conversation

@KimGyeongLock

Copy link
Copy Markdown
Member

작업 내용

  • Redis 컨테이너 및 연결 설정 추가
  • 단축 코드 기반 Redis 캐시 구현
  • 리다이렉트 조회에 Cache Aside 적용
  • Cache Hit 시 DB 조회 생략
  • Cache Miss 시 MySQL 조회 후 Redis 저장
  • Cache Hit/Miss 단위 테스트 추가

검증

  • ./gradlew clean test
  • Redis 연결 확인
  • 첫 조회 후 Redis Key 저장 확인
  • 이후 조회에서 캐시 값 반환 확인

@KimGyeongLock
KimGyeongLock merged commit 151b508 into main Jul 31, 2026
2 checks passed
@KimGyeongLock
KimGyeongLock deleted the feat/redis-cache branch July 31, 2026 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant