3

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
knigalye
  • 956
  • 1
  • 13
  • 19

1 Answers1

5

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

duncanhall
  • 11,035
  • 5
  • 54
  • 86