반응형
github.com/microsoftarchive/redis/releases/tag/win-3.2.100
Release 3.2.100 · microsoftarchive/redis
This is the first release of Redis on Windows 3.2. This release is based on antirez/redis/3.2.1 plus some Windows specific fixes. It has passed all the standard tests but it hasn't been tested in a...
github.com
에서 MSI 받아 설치한다.
* Redis 중지 하는 방법
Powershell 을 관리자모드로 실행시킨다.
$net stop redis
* Redis 실행 시키는 방법
Powershell 을 관리자모드로 실행시킨다.
$cd C:\Program Files\Redis
$C:\Program Files\Redis> redis-server.exe redis.windows.conf
그러면 아무 문제 없이 실행되는것을 확인할 수 있다

반응형
'IT' 카테고리의 다른 글
| no live upstreams while connecting to upstream, (0) | 2021.02.05 |
|---|---|
| 무료 목업(Powermockup) (1) | 2020.10.18 |
| 우분투 루이온레일즈 설치 ruby on rails (0) | 2020.09.12 |
| flask mysql model generator (0) | 2020.08.23 |
| IT 관련 공부 사이트 (0) | 2018.02.26 |