-
Notifications
You must be signed in to change notification settings - Fork 0
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 서버 연결 #8
Comments
[ Linux VM image file download ] - https://www.linuxvmimages.com
[ VirtualBox download ]
[ OS and network settings on the VM ]
[ Firewall stop ]
[ Redis install ]
[ Redis command ]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nest.js에서 npm을 통해 설치한 패키지들은 redis를 사용하기 위한 도구들이며
redis-cache.module의 redisStore에서 쓰이는 패키지를 어떤 것으로 사용 하느냐에 따라 내장 캐시 OR redis server 사용 여부가 결정됨.
* 참고 사항 *
windows에서 redis를 설치해서 사용할 수도 있지만
vm에 centos7을 설치하여 redis 띄운 후 연결해서 작업을 진행함.
cli를 통해 redis를 사용할 수도 있지만
데이터가 많아질수록 시각적인 부분이 중요하다고 판단되어 redis client tool을 설치하여 사용함.
The text was updated successfully, but these errors were encountered: