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

Fix: Redis 캐시 일관성 손실 문제 해결 (#84) #85

Merged
merged 6 commits into from
Nov 13, 2023

Conversation

win-luck
Copy link
Contributor

@win-luck win-luck commented Nov 12, 2023

  • 음식 수정 및 삭제 시 해당 음식의 날짜에 해당하는 음식 Dto 캐시에서 삭제하는 기능 누락
  • 이를 위해 Controller에서 클라이언트가 제공하는 yy-mm-dd 값을 활용
  • ResponseSimpleDto 더미 영양점수 삭제 (클라이언트와 협의 완료)
  • user 패키지에 주요 Dto 기본생성자 추가
  • 반복되는 addedTime 문자열 MessageUtil에서 단일 관리
  • 불필요한 import 정리 및 테스트코드 변경

@win-luck win-luck added the fix 버그 및 오류 수정 label Nov 12, 2023
@win-luck win-luck requested a review from synoti21 November 12, 2023 14:42
@win-luck win-luck self-assigned this Nov 12, 2023
@win-luck win-luck linked an issue Nov 12, 2023 that may be closed by this pull request
@win-luck win-luck changed the title Feature/fix 84 cache Fix: Redis 캐시 일관성 손실 문제 해결 (#84) Nov 12, 2023
@synoti21
Copy link
Contributor

수고하셨습니다~

@synoti21 synoti21 merged commit ad81bcb into master Nov 13, 2023
1 check passed
@synoti21 synoti21 deleted the feature/fix-84-cache branch November 13, 2023 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 및 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: Redis 캐시 일관성 손실 문제 해결 (#84)
2 participants