1. 윈도우용 redis 다운로드 경로

   https://github.com/dmajkic/redis/downloads


2. redis-server.exe 파일을 실행시키면 콘솔창이 뜬다.


3. 다른 콘솔창에서 접속을 한다.

   redis-cli.exe -h 127.0.0.1 -p 6379


4. set, get 테스트

   set redis "hello"

   get redis 


[출처]http://lovedb.tistory.com/150

+ Recent posts