🔻Back-End/Database

[Redis] Redis 설치하기

_니지 2023. 1. 11. 22:50

https://github.com/microsoftarchive/redis/releases

 

Releases · microsoftarchive/redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes - microsoftarchive/redis

github.com

 

.msi 파일 다운로드

 

포트는 기본값으로 설정

 

 

 

설치가 완료되면 해당 경로로 이동 후 redis-cil.exe 파일 실행
ping이라고 입력하면 pong이라고 응답이 오고 잘 연결된 것을 확인할 수 있다!

 

728x90
반응형