1.下载
https://github.com/microsoftarchive/redis/releases
2.安装
3.配置
C:Program FilesRedis>redis-server.exe redis.windows.conf
C:Program FilesRedis>redis-cli.exe
4.下载可视化桌面管理工具
选择一:https://github.com/uglide/RedisDesktopManager/releases/tag/0.8.8
选择二:https://github.com/qishibo/AnotherRedisDesktopManager
5.配置其他机器连接本机Redis服务器
- 启动Redis C:Program FilesRedis>redis-server.exe redis.windows.conf
- 另一台机器连接本机的命令:Redis-cli -h 本机IP -p 6379
修改配置文件
之前:
之后:改为本机ip
连接成功
配置文件这么写也是可以的