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

feat(#79): housework add #82

Merged
merged 3 commits into from
Oct 21, 2023
Merged

feat(#79): housework add #82

merged 3 commits into from
Oct 21, 2023

Conversation

ghdcksgml1
Copy link
Owner

@ghdcksgml1 ghdcksgml1 commented Oct 21, 2023

작업 내용

  • Caching Data DirtyChekcing 구현

테스트

  • 딱 한번하는 집안일의 경우, HOUSEWORK_INFO가 생성되지 않고, HOUSEWORK_TODO가 바로 생성된다.
    만약, Redis에 이미 캐싱되어있던 TodoList일 경우 DirtyBit가 Check로 바뀐다.



리뷰 중점사항

  • groupId가 필요해서 Request Dto에 추가 필드를 넣었습니다.



관련 이슈

#79

@ghdcksgml1 ghdcksgml1 linked an issue Oct 21, 2023 that may be closed by this pull request
@ghdcksgml1 ghdcksgml1 merged commit 54d10d4 into dev Oct 21, 2023
1 check passed
Copy link
Collaborator

@jusung-c jusung-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

feat: Housework INFO 추가하는 서비스로직에 DirtyBit 체킹
2 participants