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

회원가입/탈퇴, 유저 프로필 설정, 자습 관련 코드에 캐시 관련 기능 추가 #438

Merged
merged 8 commits into from
Sep 23, 2024

Conversation

uuuuuuuk
Copy link
Contributor

💡 개요

  • 회원가입/탈퇴, 유저 프로필 설정, 자습 관련 코드에 캐시 관련 기능 및 캐시 데이터의 TTL 설정을 추가했습니다.

📃 작업내용

  • 회원가입/탈퇴, 유저 프로필 설정, 자습 관련 코드가 실행될 때 기존에 memberList 캐시 데이터를 저장 중이라면 해당 데이터를 걷어내는 기능을 구현했습니다.

  • memberList 캐시 데이터의 TTL을 1시간으로 설정하는 코드를 추가했습니다.

@uuuuuuuk uuuuuuuk merged commit f7243d1 into develop Sep 23, 2024
1 check passed
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.

회원가입/탈퇴, 유저 프로필 설정, 자습 관련 코드에 캐시 관련 기능 추가
2 participants