Giter Site home page Giter Site logo

gphper / go-redis-manager Goto Github PK

View Code? Open in Web Editor NEW
49.0 2.0 20.0 13.93 MB

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

License: Apache License 2.0

Go 57.69% HTML 42.31%
redis redis-client redismanager redis-gui redis-gui-client ssh database-gui rdm

go-redis-manager's Introduction

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"

go-redis-manager's People

Contributors

gphper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

go-redis-manager's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.