redis windows installation process

https://blog.csdn.net/u012343297/article/details/78839063

 

 

1. Redis official download address: https://redis.io/download , redis 64-bit download address: https://github.com/ServiceStack/redis-windows , I used the redis-64.3.0.503 version for my test.

2. Decompress redis-64.3.0.503.zip, the decompressed file structure is as follows:write picture description here

3. Modify the redis.windows.conf file, set the maxmemory size and 
write picture description here 
set the redis password 
write picture description here

4. Start redis:

redis-server.exe redis.windows.conf

write picture description here

Tested, successfully installed: 
write picture description here

5. Add redis to the windows service (both two-)

redis-server –service-install redis.windows.conf –loglevel verbose

Guess you like

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