Notice
Recent Posts
Recent Comments
Link
«   2024/09   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
more
Archives
Today
Total
관리 메뉴

NY's 개발일기

[Redis] Redis 릴리즈를 다운로드하여 설치하기 (for Windows) 본문

Study/Database

[Redis] Redis 릴리즈를 다운로드하여 설치하기 (for Windows)

developer_ny 2022. 1. 3. 20:01

Redis 란?

Redis란 Key-Value 구조의 비정형 데이터를 저장하고 관리하기 위한 오픈 소스 기반의 비관계형 데이터베이스 관리 시스템입니다.

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

해당 페이지에 접속 후, msi 파일을 다운로드 받은 뒤 순서에 따라 설치를 진행합니다.

설치완료 후, Redis가 설치된 디렉토리로 이동합니다. (보통 C:\Program Files\Redis 위치에 설치됩니다.)

 

redis-server.exe 파일을 클릭하여 Redis를 다음과 같이 실행할 수 있습니다.