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

[#33] feat: 레디스 캐시 처리용 설정 및 적용 #34

Merged
merged 1 commit into from
Jul 29, 2023

Conversation

kdomo
Copy link
Member

@kdomo kdomo commented Jul 29, 2023

연관 이슈

작업내용

  • Redis를 사용하기위한 Redis Config 생성
  • Redis를 Cache용도로 사용하기 위한 CacheManager 생성 (OIDC 용)
  • OIDC 공개키 요청 API에 캐시 적용

@kdomo kdomo added the ✨ Feature 기능 개발 label Jul 29, 2023
@kdomo kdomo self-assigned this Jul 29, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jul 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 13 Code Smells

37.5% 37.5% Coverage
0.0% 0.0% Duplication

@kdomo kdomo merged commit be06a12 into develop Jul 29, 2023
3 checks passed
@kdomo kdomo deleted the feature/#33 branch July 29, 2023 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

레디스 캐시 처리용 설정 및 적용
1 participant