Official website: https://redis.io/
Chinese website: http://www.redis.net.cn/
One, download the Windows version of Redis
The official website does not provide a version of Windows download, only the Linux version, but the Windows version is available on GitHub
https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100
Baidu Network disk: http://pan.baidu.com/s/1hsnaF32
Second, the installation of Redis
The MSI suffix file is the Windows executable program, directly click on the installation can be, and the normal software of the switch what is the difference.
Note Tick the CREATE environment variable
Third, start Redis
Start command:redis-server redis.windows.conf
Note: To execute this command in the Redis installation directory, because the redis.windows.conf file is in this directory, you can also run Redis-server boot (which can be performed in any directory at this time, since the previous step has checked the creation of environment variables), using the default configuration.
After Redis is installed, Redis services are created in the Windows service, and the service is not stopped because of a DOS window shutdown.
Command: Redis-server--service-start start Service
Command: Redis-server--service-stop stop Service
Redis installs and launches on Windows platforms