데이터베이스/Redis
[Redis] Window10에 Redis 설치 & 설정하기
lazy man
2023. 3. 14. 00:51
Redis 윈도우 설치
[다운로드 링크] 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-x64-3.0.504.msi 설치

Next 클릭하며 설치 진행

Redis 실행하기
설치가 완료되면 서비스에 자동 등록된다.(직접 실행을 원하면 Redis 설치 폴더의 redis-server.exe 실행)

레디스가 실행되어 있다면, 레디스 명령어를 실행할 수 있는 redis-cli.exe 실행


Redis 설정하기
참고 자료
[REDIS] 📚 Window10 환경에 Redis 설치 & 설정
Redis 윈도우 설치 Redis 다운로드 페이지로 이동하여 설치 프로그램을 다운로드하고 설치를 진행한다. Releases · microsoftarchive/redis Redis is an in-memory database that persists on disk. The data model is key-value, but
inpa.tistory.com