Redis Windows Ver
https://github.com/MSOpenTech/redis/releases
service-install.bat
redis-server.exe --service-install redis.windows.conf --loglevel verbose
uninstall-service.bat
redis-server --service-uninstall
startup.bat
redis-server.exe redis.windows.conf
C# Redis client for the Redis NoSQL DB
Install-Package ServiceStack.Redis