[FEAT] 레디스 도입 및 조회/결제 동시성 처리 (#204)#205
Merged
redblackblossom merged 5 commits intodevelopfrom Feb 24, 2025
Merged
Conversation
Closed
redblackblossom
approved these changes
Feb 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
✨ PR 세부 내용
게시글 조회 시, 조회수 증가 로직의 동시성 문제를 해결하고, 1분마다 조회수가 업데이트 되도록 하였습니다.
같은 사용자가 여러 번 클릭하는 경우 조회수 어뷰징 문제를 처리하였습니다.
결제 시, 분산락을 사용하여 성능을 개선하였습니다.
이외에도 컨버터에서 누락된 코드를 수정하였습니다.
프론트 쪽 로컬에서 결제를 테스트할 수 있도록, 결제 관련 url을 임시 변경하였습니다.