Skip to content

[feat] sorted set 구조를 이용한 실시간 인기 검색어 조회 기능 구현#33

Merged
3uomlkh merged 2 commits intodevfrom
feat/search
Mar 28, 2025
Merged

[feat] sorted set 구조를 이용한 실시간 인기 검색어 조회 기능 구현#33
3uomlkh merged 2 commits intodevfrom
feat/search

Conversation

@MythologyDevSeoyeon
Copy link
Copy Markdown
Collaborator

🔗 Issue Number

close #31

📝 작업 내역

  • Redis Sorted Set을 통한 검색어 저장 및 score 증가 기능 구현
  • 실시간 인기 검색어 조회 API(v3) 구현 (GET /api/v3/search/popular)

💡 PR 특이사항

전체 제품 검색하는 api 생성 (api/v3/products)
실시간 인기 검색어를 조회하는 api 생성 (api/v3/search/popular)
리뷰 없는 제품은 조회 되지 않아서, JOIN 에서 LEFT JOIN으로 쿼리 수정하였습니다.

📸 스크린샷

image 스크린샷 2025-03-28 17 05 10

Copy link
Copy Markdown
Contributor

@3uomlkh 3uomlkh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@3uomlkh 3uomlkh merged commit fd6ef99 into dev Mar 28, 2025
2 checks passed
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.

[FEATURE] Redis의 Sorted Set 구조를 이용한 실시간 인기 검색어 조회 기능 구현

3 participants