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

4-1 [BE] [메인 - 인기 검색어] redis를 이용하여 상위 10개의 인기 검색어 rank를 관리하는 시스템을 만든다. #6

Merged
merged 8 commits into from
Nov 15, 2022

Commits on Nov 14, 2022

  1. feat(backend/src/popular): 0

    popular api 기본 뼈대 설정 및 캐싱
    JunYupK committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cca36b3 View commit details
    Browse the repository at this point in the history
  2. feat(backend/src/popular): 2

    popular api에 Redis 연결 및 get :string 요청으로 검색어 입력시에 score를 계산하고, get 요청시에 1~10위 까지의 검색 수와 키워드를
    return하는 기능 추가
    JunYupK committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    de79c6b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    d2c4911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f080ef2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1869029 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2e7736 View commit details
    Browse the repository at this point in the history
  5. Delete .dev.env

    JunYupK committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2c132e4 View commit details
    Browse the repository at this point in the history
  6. Delete .czrc

    JunYupK committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7671933 View commit details
    Browse the repository at this point in the history