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

[refactor] : 기존 비관적락 방식의 예매를 Redis 를 활용한(분산락X) 동시성 제어 방식으로 마이그레이션 #75

Merged
merged 3 commits into from
Jan 14, 2024

Conversation

EunChanNam
Copy link
Member

📄 무엇을 개발했나요?

  • Booking 생성로직 리팩토링
  • 비관적락을 제거하고 redis 를 활용한 방식을 aop 로 입혀서 리팩토링

🍸 무엇을 집중적으로 리뷰해야할까요?

@EunChanNam EunChanNam added the 🧚 Refactor 리팩토링 label Jan 14, 2024
@EunChanNam EunChanNam self-assigned this Jan 14, 2024
@EunChanNam EunChanNam linked an issue Jan 14, 2024 that may be closed by this pull request
2 tasks
@EunChanNam EunChanNam changed the base branch from main to dev January 14, 2024 06:07
@EunChanNam EunChanNam closed this Jan 14, 2024
@EunChanNam EunChanNam reopened this Jan 14, 2024
@EunChanNam EunChanNam merged commit 63d66d5 into dev Jan 14, 2024
2 checks passed
EunChanNam added a commit that referenced this pull request Jan 15, 2024
* refactor : Booking 분리돼있는 생성로직 하나로 병합

* refactor : 기존 비관적락 방식의 예매를 Redis(분산락X) 를 활용한 방식으로 마이그레이션
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧚 Refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] : Redis 전략을 이용한 방법으로 기존 예매 마이그레이션
2 participants