Search code examples
node.jswindowsredisredis-server

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


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

Solution

  • 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).