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

redis 캐싱 오류 #19

Closed
3 tasks done
seokwns opened this issue Dec 3, 2023 · 0 comments · Fixed by #23
Closed
3 tasks done

redis 캐싱 오류 #19

seokwns opened this issue Dec 3, 2023 · 0 comments · Fixed by #23
Labels
bug Something isn't working

Comments

@seokwns
Copy link
Contributor

seokwns commented Dec 3, 2023

내용 요약

  • redis에서 prefix가 중복되는 현상
  • count 업데이트가 정상적으로 이루어지지 않음
  • 이메일 인증코드 캐싱이 정상적으로 이루어지지 않음

한 일

  • key를 불러올 때 prefix 중복 체크하기
  • batch update 시 중복이 발생하면 count 업데이트 하도록 수정
  • 이메일 인증코드 인증 시 업데이트 및 만료기간 설정
@seokwns seokwns added the bug Something isn't working label Dec 3, 2023
@seokwns seokwns changed the title 이미지 캐싱 오류 redis 캐싱 오류 Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant