How to install and run redis-server on windows machine(10 to be specific)?

13.7k Views Asked by At

I am trying to create a sample application using redis. I am trying to install and run redis-server but I am getting this error:

$ redis-server
sh: redis-server: command not found
1

There are 1 best solutions below

4
On BEST ANSWER

Redis is not officially supported on Windows, but there is an MSOpen Tech Native Redis Port available.

Follow the instructions there to install redis, and your redis-server command should work.

You can also go to the MSOpenTech Redis Release Page and download the .msi file for the latest release (one click install).