

























1.下载地址
GIT下载:
https://github.com/MicrosoftArchive/redis/releases
官方下载:
https://redis.io/download/
2.配置文件
redis.windows.conf
一般修改2个地方,端口号和密码
port
requirepass
3.安装服务
redis-server.exe –-service-install redis.windows.conf
4.常用命令
cd 目录
redis-cli.exe -h 127.0.0.1 -p 6379 -a ******
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。