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 트랜잭션 학습 & 구현 #255

Open
2 tasks
wonju-dev opened this issue Dec 20, 2021 · 0 comments
Open
2 tasks

[끝나지 않은 개발] redis 트랜잭션 학습 & 구현 #255

wonju-dev opened this issue Dec 20, 2021 · 0 comments
Assignees
Labels
🌥backend 백엔드 이슈 ♻️refactor 코드 리팩토링 관련 이슈
Milestone

Comments

@wonju-dev
Copy link
Collaborator

개요

  • redis도 트랜잭션을 제공한다
    • 제대로 이해한 게 맞으면, whoIsDragging, whoIsUpdating을 사용 안 하고, DB 차원에서 race condition을 예방할 수 있을 듯 하다
    • 근데 사용자 경험을 생각하면 whoIsDragging, whoIsUpdating 속성을 계속 유지하는 게 좋을 거 같기도 하다

세부 개발 사항

  • redis transaction + node.js 학습
  • transaction 적용하기
@wonju-dev wonju-dev added ♻️refactor 코드 리팩토링 관련 이슈 🌥backend 백엔드 이슈 labels Dec 20, 2021
@wonju-dev wonju-dev added this to the Sprint-x milestone Dec 20, 2021
@wonju-dev wonju-dev self-assigned this Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌥backend 백엔드 이슈 ♻️refactor 코드 리팩토링 관련 이슈
Projects
None yet
Development

No branches or pull requests

1 participant