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

refactor: RediSearch Connection 관리 #125

Open
4 tasks
jongmee opened this issue Nov 16, 2024 · 0 comments
Open
4 tasks

refactor: RediSearch Connection 관리 #125

jongmee opened this issue Nov 16, 2024 · 0 comments
Assignees
Labels
refactor Code refactoring

Comments

@jongmee
Copy link
Contributor

jongmee commented Nov 16, 2024

Description ✏️

RediSearch Connection을 안전하게 관리한다. LettuceConnectionFactory를 참고한다.

Progress 🐢

  • RediSearch connection(StatefulRedisModulesConnection)이 스프링 애플리케이션이 종료될 때 닫히도록 관리
  • 안전한 리소스 종료를 위해 cd 파이프라인에서 docker rm -f 대신 docker stop 사용하도록 교체
  • Spring data redis, lettucemode 의존성 효율적으로 관리
  • RediSearch 관련 클래스들 직관적인 이름으로 변경
@jongmee jongmee added the refactor Code refactoring label Nov 16, 2024
@jongmee jongmee self-assigned this Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code refactoring
Projects
None yet
Development

No branches or pull requests

1 participant