1.下載地址:https://github.com/tporadowski/redis/releases,目前最新版本Redis 5.0.10 for Windows
2.運行redis 命令如下:redis-server.exe redis.windows.conf
3.將redis加入到windows的服務中(service和loglevel前都是兩個-)開機自啟動
redis-server --service-install redis.windows-service.conf --loglevel verbose
4.常用的redis服務命令,
卸載服務:redis-server --service-uninstall
開啟服務:redis-server --service-start
停止服務:redis-server --service-stop
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/225975.html
標籤:NoSQL
上一篇:Mysql時間年月日查詢陳述句
