redis安装 windows 地址 GitHub Releases: https://github.com/microsoftarchive/redis/releases 注意事项: 1、需要勾选Add the Redis installation folder to the PATH environment variable. 启动 启动成功 也可以通过命令 启动 Redis 服务 redis-server --service-start 停止 Redis 服务 redis-server --service-stop 连接 Redis 客户端 redis-cli