Redis下载地址:https://github.com/MicrosoftArchive/redis

下载压缩包
进入Redis的安装目录 : F:\安装包\Redis-x64-3.0.504>
输入: redis-server.exe redis.windows.conf 当你看见以下截图时就说明你安装成功了
Redis 可视化界面下载地址:https://github.com/uglide/RedisDesktopManager/releases
然后安装即可
获取redis密码命令:config get requirepass
卸载服务:redis-server --service-uninstall
开启服务:redis-server --service-start
停止服务:redis-server --service-stop