Day 개발 기록

[Redis] Windows Redis 설치하기 본문

Database

[Redis] Windows Redis 설치하기

데이25 2020. 10. 7. 22:57

 

1. github.com/microsoftarchive/redis/releases

들어가서 원하는 버전의 msi 설치파일 선택해서 설치한다. 

설치 과정에서 Path 설정에 체크해야 한다. 

 

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

2. cmd창에 들어간다. 

redis-server 접속한다. 

------
다른 창으로
redis-client 에 접속한다.

ping
-> pong 이라고 응답 오면 접속 잘된 것! 

'Database' 카테고리의 다른 글

[Mysql] Auto Increment 설정오류 - Error Code: 1833  (0) 2019.12.19