- Redis的下载地址
https://github.com/MicrosoftArchive/redis/releases
- Redis Desktop Manager的下载地址
https://github.com/uglide/RedisDesktopManager
- 将下载好的Redis解压到一个文件夹中
- 在命令行中启动服务
redis-server.exe redis.windows.conf
- 打开一个新的CMD窗口,在命令行中输入如下命令来启动客户端
redis-cli.exe -h 127.0.0.1 -p 6379
- 将 redis 服务器启动放入 windows 服务中,使其开机自动启动
redis-server --service-install redis.windows.conf --loglevel verbose
- 打开Redis Desktop Manager
- redis密码设置,请参考网址:
https://blog.youkuaiyun.com/zyz511919766/article/details/42268219
参考网址:
https://www.cnblogs.com/cxxjohnson/p/8945920.html
https://github.com/MicrosoftArchive/redis/releases
https://www.cnblogs.com/juncaoit/p/10122642.html
https://github.com/uglide/RedisDesktopManager
https://blog.youkuaiyun.com/java_peak_zlf/article/details/84062584
https://www.cnblogs.com/W-Yentl/p/7831671.html