Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
/ go-redis-manager Public archive

redis 客户端管理平台(redis manager)【部署简单便捷,SSH连接,用户校验,操作日志等】

License

Notifications You must be signed in to change notification settings

gphper/go-redis-manager

Repository files navigation

GoRedisManager

redis web客户端管理平台。优点:跨平台、部署简单。欢迎star!!

该项目暂停维护,新版本请移步go-redis-manager(go+vue版)

功能清单

✅管理连接、切换DB

✅支持 string 类型

✅支持 list 类型

✅支持 set 类型

✅支持 zset 类型

✅支持 hash 类型

✅支持 stream 类型

✅SSH 连接 redis

✅用户登录验证

✅操作日志

✅分页加载key值

使用文档

-c string 配置文件路径 (default "./config.yaml")
默认访问地址:http://127.0.0.1:8088/index 
connections: # 不启动ssh的配置方法  - servicename: localhost host: 127.0.0.1 port: "6379" password: "" usessh: 0 sshconfig: sshhost: "" sshport: "" sshusername: "" sshpassword: "" # 启动ssh的配置方法  - servicename: ceshi host: 127.0.0.1 port: "6379" password: redispass usessh: 1 sshconfig: sshhost: 127.0.0.1 sshport: "2203" sshusername: root sshpassword: "123456" hostname: 127.0.0.1 port: "8088" #启用用户登录验证 不需要此功能则将 accounts 数据块注释掉即可 accounts: - account: "admin" password: "123456" #分页显示key值 limit: 20

在配置文件中设置 accounts 属性即为默认开启用户验证

#启用用户登录验证 不需要此功能则将 accounts 数据块注释掉即可 accounts: - account: "admin" password: "123456"

About

redis 客户端管理平台(redis manager)【部署简单便捷,SSH连接,用户校验,操作日志等】

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published