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: 대기열 시스템 로직을 개선한다. #155

Merged
merged 6 commits into from
Aug 29, 2024

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    2a5ec29 View commit details
    Browse the repository at this point in the history
  2. refactor: 대기열 시스템 저장하는 자료 구조를 개선

    레디스 대기열 시스템인 `WaitingMember`를 json 직렬화해서 저장하던 것을 개선함.
    이제는 필요에 따라 waitingCount 또는 ZonedDateTime을 값으로 저장함.
    hseong3243 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5b70d42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aba91c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31e6be1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfffb70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d02c23 View commit details
    Browse the repository at this point in the history