Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does RedisDesktopManager connect to redis remotely?

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "how RedisDesktopManager connects redis remotely". In daily operation, I believe many people have doubts about how RedisDesktopManager connects redis remotely. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts about "how RedisDesktopManager connects redis remotely." Next, please follow the editor to study!

1. Download RedisDesktopManager

Just search on the official website or csdn.

two。 Install RedisDesktopManager

Stupid installation, just click next all the time

This is what happens after the installation is complete.

3. Establish a remote connection

The following preparations are required before starting the connection

Modify redis.conf File Command vim redis.conf

If your redis.conf is in another file, you need to add the file path

For example, mine is in the etc directory, just add / etc before redis.

Vim / etc/redis.conf

1. Set the host ip/ of the virtual machine or set it to 0.0.0.0 to open all

I commented it out directly here, and then use the ps-ef | grep redis command to check

Just show this *.

two。 Set protected-mode to no and turn off protection mode before you can connect remotely.

Find protected-mode in redis.conf and set it to no

If it's too slow to find it directly in redis.conf, you can find it quickly by / protected directly here.

3. Then we need to set redis to start in the background, that is, to set deamonize to yes

4. Remember to turn off the firewall

Launch: systemctl start firewalld

View status: systemctl status firewalld

Stop: systemctl disable firewalld

Disable: systemctl stop firewalld

And then you can start to connect.

You can test it by clicking on the lower left corner first.

And then it's okay.

At this point, the study on "how to remotely connect RedisDesktopManager to redis" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report