This period of time to see someone else project configuration Redis, want to play. But the system is WinDOS, the virtual machine can not move (in a long time). The chicken had to look for windows on the Internet.
Previously, Redis supported Win32,win64. However, the official website is recommended Win64. However, this win version of Redis is not actually developed in the true sense of the Redis website, and is developed for other project maintenance. Only the development environment is supported and the production environment is not supported. Official website
Official download: Http://redis.io/download can download different versions as needed.
Windows Download: Https://github.com/MSOpenTech/redis
But to be honest, I do not know how to download (awkward) on this website of Windows download.
When you're done downloading, unzip it into the drive letter you want. Enter the Redis directory in the cmd window, which is the directory you unzipped. Enter the command redis-server.exe redis.conf (This command may be a bit different, or it may be redis.window.conf.) See the file name specifically)
The following interface appears even if the boot succeeds
Let's test it and go to the Redis directory in another window. Enter Redis-cli.exe-h 192.168.128.1-p 6379 (h followed by your IP address), set key value, to see if it can get key. If you can, it's OK.
Windows under Redis installation