Data Engineering/Redis

[Redis] 윈도우 설치

하 선생 2022. 6. 8. 16:48

[다운로드 페이지]

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

 

 

설치후 redis-cli.exe 를 더블클릭하여 실행

 

> ping 입력후 엔터

PONG 이 출력되면 정상 접속