This article is a mirror article of machine translation, please click here to jump to the original article.

View: 18495|Reply: 3

[Redis] Docker Installs Redis Visual Management Tool (redis-manager)

[Copy link]
Posted on 7/29/2021 10:10:20 AM | | | |
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)






Previous:Use Visual Studio to compare text differences
Next:Java annotates the difference between @PostConstruct and static constructors
 Landlord| Posted on 11/11/2021 3:24:42 PM |
If you don't want to deploy with docker, you can go to the /redis-manager/bin directory and run the following command:

 Landlord| Posted on 10/30/2024 9:59:10 AM |
RedisInsight Web Version Visualizer (not tested):



Mistake!!! The port is wrong!! Now it's the v2 version, and the v1 version of the commands are all on the Internet, but the pull is the latest image.
 Landlord| Posted on 11/4/2024 9:28:41 AM |
Docker installs RedisInsight to execute Redis commands using the web
https://www.itsvse.com/thread-10863-1-1.html
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com