Install Redis under windows

1. Download the redis address for windows version
: https://github.com/MicrosoftArchive/redis/tags



2. Install redis and
download the latest version Redis-x64-3.2.100, enter cmd during operation, and enter the just decompressed file redis directory.



Redis-server redis.windows.conf If the following figure appears, it means that the startup is successful.


3. Set redis as a service under windows.
Set command
redis-server --service-install redis.windows-service.conf --loglevel verbose.

By executing the above command without error, the installation is successful. You can view the corresponding service under windows



4 , resis account opening and stop commands
redis-server --service-start
redis-server --service-stop



5. Test redis





Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326297070&siteId=291194637