简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM