Skip to content

Conversation

kimyu0218
Copy link
Collaborator

변경 사항

  • CacheConfigModule 전역으로 사용하도록 수정
  • useFactory 타입 오류 수정

고민과 해결 과정

단순 코딩 실수,,

(선택) 테스트 결과

@global() 데코레이터가 누락되어 CacheConfigModule이 전역으로 사용되지
않음
- useFactory의 타입을 RedisClientOptions로 잘못 설정함
- RedisClientOptions를 제거하고 config로 감싸서 반환하도록 설정함
@kimyu0218 kimyu0218 self-assigned this Jan 12, 2024
@kimyu0218 kimyu0218 added this to the version 1.0.0 milestone Jan 12, 2024
@kimyu0218 kimyu0218 linked an issue Jan 12, 2024 that may be closed by this pull request
@kimyu0218 kimyu0218 merged commit 8e39141 into dev Jan 12, 2024
@kimyu0218 kimyu0218 deleted the BE/bugfix/#463-redis-연결-실패 branch January 12, 2024 14:30
@HeoJiye HeoJiye mentioned this pull request Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐞 Redis 컨테이너 연결 실패
1 participant