Coder Social home page Coder Social logo

xiusin / web-redis-manager Goto Github PK

View Code? Open in Web Editor NEW
36.0 2.0 6.0 3.5 MB

A modern redis management tool on the web,if you like it, please star ⭐️.

Home Page: http://rdm.xiusin.cn

JavaScript 27.36% HTML 0.86% Go 24.28% Vue 47.31% Less 0.09% GLSL 0.09%
redis redisweb redisui redis-desktop rdm

web-redis-manager's Introduction

Web Redis Manager

A modern Redis management tool that works on the web or desktop. Web Redis Manager is a comprehensive web-based management client for Redis databases. It provides robust features and tools to simplify the process of managing and maintaining your Redis instances.

Manage Multiple Redis Instances

With Web Redis Manager, you can manage multiple Redis instances simultaneously. This makes it easy to monitor, maintain, and manage all your Redis instances from one central location.

Slow Log Monitoring

Our tool provides slow log monitoring to help you identify and address performance issues. By monitoring your slow logs, you can identify queries that are taking a long time to execute and take steps to optimize them.

Server Information

Web Redis Manager provides detailed server information at your fingertips. You can easily view and analyze key server metrics to ensure your Redis instances are running optimally.

Configuration Management

Our tool makes it easy to view and modify your Redis configuration settings. Whether you need to adjust memory usage, set replication settings, or tweak other configuration options, you can do it all from our user-friendly interface.

CLI Mode

For power users who prefer working from the command line, we offer a CLI mode. This gives you the flexibility to manage your Redis instances in a way that suits your workflow.

Publish/Subscribe Mode

Web Redis Manager supports the publish/subscribe messaging paradigm, allowing for real-time message communication between publishers and subscribers.

Performance Chart Monitoring

Our tool offers performance chart monitoring, providing you with visual insights into your Redis instances' performance. This feature makes it easier to track and optimize the performance of your Redis databases.

Modern Design and Interface

Our clean, user-friendly interface makes it easy to manage your Redis databases. You'll have all the tools you need at your fingertips.

Web and Desktop Availability

Whether you prefer working in a web interface or a standalone desktop application, we've got you covered. Our tool works seamlessly on both platforms.

Comprehensive Redis Management Capabilities

  • Data Visualization: Easily view and navigate your data in a visual format.
  • Data Editing: Modify your data directly within the tool.
  • Performance Monitoring: Keep track of your Redis database's performance to identify and address issues promptly.
  • Security Features: We offer features like secure password protection to help keep your data safe.

Installation

git clone --depth=1 https://github.com/xiusin/web-redis-manager.git
cd web-redis-manager
git checkout develop

yarn # install
yarn build # build

cd server

go mod tidy # sync deps

go build -o rdm.exe # compile windows
go build -o rdm # *nix

# setup with gui
./rdm.exe

# basic auth setup (For password authorization login on the web)
./rdm.exe --username=admin --password=123456

Screenshots

setup

./images/1-min.png

connection

./images/2-min.png

key list

./images/3-min.png

value

./images/4-min.png

configure

./images/5-min.png

server info

./images/6-min.png

slow log

./images/7-min.png

cli mode

./images/8-min.png

web-redis-manager's People

Contributors

dependabot[bot] avatar xiusin 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

Watchers

 avatar  avatar

web-redis-manager's Issues

关于数据大于200时获取问题

你好,我在使用过程中遇到一个问题
image
在我点击箭头展开数据库时可以看到真实数据为323条
image
点击这个node之后,只获取到200条数据,没有获取到其他的数据。

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.