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] Redis 관련 설정 변경 #154

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

kssumin
Copy link
Contributor

@kssumin kssumin commented Aug 30, 2024

📌 관련 이슈

close #9

✒️ 작업 내용

블랙리스트 토큰 저장하는 레포지토리명 변경

BlackAuthenticationRepository -> BlackAuthenticationRepository

Redis Transaction 관련 학습 테스트 작성

스크린샷 🏞️ (선택)

DatabaseCleaner 인터페이스를 통해 여러 DB 데이터 삭제 할 수 있도록 변경

DatabaseCleaner 인터페이스

  • RedisDatabaseCleaner
  • MySqlDatabaseCleaner

💬 REVIEWER에게 요구사항 💬

본래 트랜젝션 처리 관련 이슈였기 때문에 해당 이슈 해결을 위해 공부를 하다가 알게된 사실을 정리해두었습니다!

Redis 트랜젝션 관련 트러블슈팅

트랜젝션 내에서 조회 했을 때 NULL이 발생하지 않은 이유

Redis 만료기한

Redis 만료 정책

Copy link

Unit Test Results

77 tests  +2   76 ✔️ +2   2s ⏱️ -1s
30 suites +1     1 💤 ±0 
30 files   +1     0 ±0 

Results for commit 220372e. ± Comparison against base commit 537ff32.

@kssumin kssumin self-assigned this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] Redis에서 트랜젝션을 적용하는 방식을 변경한다
1 participant