Install Redis on Windows Server
I used this guide for my setup, hopefully will work for you to
https://github.com/ServiceStack/redis-windows#running-microsofts-native-port-of-redis
here is the quick start from powershell:
install the Chocolatey package manager:
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
use chocolatey to install redis
choco install -y redis-64
- run the server:
redis-server
- run the server: