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] 선착순 이벤트 구현방안 2: Redis SortedSet 기반 (#29) #29

Closed
3 tasks done
win-luck opened this issue Aug 5, 2024 · 0 comments · Fixed by #30
Closed
3 tasks done

[feat] 선착순 이벤트 구현방안 2: Redis SortedSet 기반 (#29) #29

win-luck opened this issue Aug 5, 2024 · 0 comments · Fixed by #30
Assignees
Labels
feat 기능 구현

Comments

@win-luck
Copy link
Collaborator

win-luck commented Aug 5, 2024

어떤 기능인가요?

이전 사전 조사 결과를 바탕으로 선착순 이벤트를 2번째 구현방안인 SortedSet 방식으로 구현하고 성능을 기록할 것입니다.
한편, RedissonClient와 RedisTemplate 등으로 혼재되어 관리가 번거로웠던 기존 Lock 기반 선착순 이벤트를 리팩토링하고자 합니다.

작업 상세 내용

  • 기존 Lock 기반 이벤트 코드 리팩토링
  • SortedSet Service 사전조사 참고하여 구현
  • 부하 테스트 작성

참고 이미지 및 자료

@win-luck win-luck added the feat 기능 구현 label Aug 5, 2024
@win-luck win-luck self-assigned this Aug 5, 2024
@win-luck win-luck changed the title [feat] 선착순 이벤트 - SortedSet 기반 [feat] 선착순 이벤트 구현방안 2: Redis SortedSet 기반 (#29) Aug 5, 2024
win-luck added a commit that referenced this issue Aug 6, 2024
[feat] 선착순 이벤트 구현방안 2: Redis SortedSet 기반 (#29)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현
Projects
None yet
2 participants