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

redis deprecated 이슈 #6

Open
develjsw opened this issue Aug 1, 2023 · 0 comments
Open

redis deprecated 이슈 #6

develjsw opened this issue Aug 1, 2023 · 0 comments

Comments

@develjsw
Copy link
Owner

develjsw commented Aug 1, 2023

Nest.js version에 따라 아래 부분들에서

import { CacheModule } from '@nestjs/common'
import { CACHE_MANAGER } from '@nestjs/common'

deprecated가 뜨는 것을 확인할 수 있는데

@nestjs/cache-manager 모듈 설치 후 각각 아래와 같이 넣어주면 해결이 가능하다.

import { CacheModule } from '@nestjs/cache-manager'
import { CACHE_MANAGER } from '@nestjs/cache-manager'
@develjsw develjsw changed the title redis deprecated redis deprecated 이슈 Aug 1, 2023
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

No branches or pull requests

1 participant