Reference from: Https://github.com/ServiceStack/redis-windows
1. Running the final version of Redis with vagrant
1.1 Installing Vagrant on Windows
http://docs.vagrantup.com/v2/getting-started/
1.2 Download vagrant-redis.zip (Vagrant configuration file
Https://raw.github.com/ServiceStack/redis-windows/master/downloads/vagrant-redis.zip
1.3 Unzip the Vagrant-redis.zip, under any folder, such as C:\vagrant-redis
1.4 Running Virtual machines
CD/D C:\vagrant-redis
Vagrant up
2. Running the Microsoft local Redis port
2.1 Downloads Redis64-latest.zip
Https://raw.github.com/ServiceStack/redis-windows/master/downloads/redis64-latest.zip
2.2 Unzip the Redis64-latest.zip, under any folder, such as C:\redis
2.3 Using the local redis.conf configuration file, run Redis-server.exe
CD C:\redis
Redis-server.exe redis.conf
Redis is now running on 127.0.0.1:6379 and is ready to use.
For more information, please visit:
Https://github.com/ServiceStack/redis-windows
Redis runs on Windows