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.
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.
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.
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.
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.
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.
Web Redis Manager supports the publish/subscribe messaging paradigm, allowing for real-time message communication between publishers and subscribers.
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.
Our clean, user-friendly interface makes it easy to manage your Redis databases. You'll have all the tools you need at your fingertips.
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.
- 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.
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