windows下Redis安装

1.下载编译

https://github.com/mythz/redis-windows
需要下载后,自己编译生成exe文件
选择已经打包好的zip包使用

2.运行

2.1 运行服务器端

D:\Code\Redis>redis-server.exe

2.2 运行客户端

D:\Code\Redis>redis-cli.exe

3.可视化工具安装

https://github.com/lework/RedisDesktopManager-Windows/releases
Redis Desktop Manager

posted @ 2022-11-24 19:11  lwx_R  阅读(28)  评论(0)    收藏  举报