Redis Manager is a one-stop management platform for Redis that supports monitoring, installation, management, alarming, and basic data operation functions of clusters (cluster, master-replica, and sentinel). Cluster monitoring: Supports monitoring important metrics such as Memory and Clients. View Redis Info, Redis Config, and Slow Log in real time Cluster creation: Docker, Machine, and Humpback methods are supported Cluster management: Supports node Forget, Replicate Of, Failover, Move Slot, Start, Stop, Restart, Delete, Modify configuration, and other functions Cluster alarms: Supports metrics such as Memory and Clients (the same monitoring indicators), as well as email, enterprise WeChat apps, enterprise WeChat webhooks, and DingTalk alarms Toolbox: Support Query, Scan, and basic data operations
GitHub address:The hyperlink login is visible.
First, prepare a MySQL database (pre-created database) with the following command:
Then create the container using docker with the following command (replace your own database connection string):
After the container starts, it automatically creates a table in the database, as shown in the following figure:
Browser inputhttp://xxx:8182/loginIf you need to change the web management account and password, please try to modify the database user table, the account and password are in plain text. (Not tested)
Add a redis node as shown below:
(End)
|