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

[#142] feat: Sorted set으로 인기 태그 기능 구현 #145

Merged
merged 4 commits into from
Nov 12, 2023

Conversation

kdomo
Copy link
Member

@kdomo kdomo commented Nov 12, 2023

연관 이슈

작업내용

  • Redis Sorted Set을 활용하여 인기 태그를 구현
  • score를 기반하여 정렬이 되고, ZSET에서 시간복잡도 O(1)로 해당하는 원소에 바로 접근할 수 있어 적용

@kdomo kdomo added the ✨ Feature 기능 개발 label Nov 12, 2023
@kdomo kdomo self-assigned this Nov 12, 2023
Copy link

sonarcloud bot commented Nov 12, 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 2 Code Smells

12.0% 12.0% Coverage
0.0% 0.0% Duplication

@kdomo kdomo merged commit cd5ce51 into develop Nov 12, 2023
3 checks passed
@kdomo kdomo deleted the feature/#142 branch November 12, 2023 07:37
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.

Sorted set으로 추천 태그 기능 구현
1 participant