①:下载redis服务包 https://github.com/MicrosoftArchive/redis/releases
②:解压到文件夹,在使用CMD命令行安装服务
③:使用命令redis-server.exe redis.windows.conf
④:需要永久服务,使用命令 redis-server.exe --service-install redis.windows.conf --loglevel verbose 添加一个windows服务
⑤:去windows服务管理界面查看redis服务,手动启动;也可以cmd命令 redis-server --service-start 来启动redis服务
⑥:Redis可视化工具推荐,链接:https://pan.baidu.com/s/1XBcy3r_w4goTBQYmjakrdA 提取码:qqw8
这款看起来还不错。。。