0 Star 3 Fork 3

xiusin / web-redis-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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

空文件

简介

go开发的redis管理web端 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/xiusin/web-redis-manager.git
git@gitee.com:xiusin/web-redis-manager.git
xiusin
web-redis-manager
web-redis-manager
develop

搜索帮助