-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BE] redis를 사용해 최근 검색어 저장 #105
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
controllers: [StockListController], | ||
providers: [StockListRepository, StockListService], | ||
providers: [StockListRepository, StockListService, RedisDomainService], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 이거 RedisModule 임포트하면 providers에 RedisDomainService 추가 안해도 잘 동작하더라고요! providers에서는 빼도 될 것 같습니당
import Redis from 'ioredis'; | ||
|
||
@Injectable() | ||
export class RedisDomainService { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟢 바꾸셨네용 좋습니다!! 저도 참고하겠습니다
✅ 주요 작업
💭 고민과 해결과정