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 redis configure remote connections

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

How does redis configure remote connections? In fact, it is not difficult to solve this problem. This article gives the corresponding analysis and solution. Let's take a look at the solution. General steps to open a remote connection:

1. Mask local binding information

2. Add requirepass

3. Restart redis

4. Add redis ports to firewall rules

Next, let's look at the detailed process.

Comment redis binding

Modify redis configuration file

Vi / usr/local/redis/etc/redis.conf

Search bind 127.0.0.1 and comment out all

Set up requirepass

The requirepass field is actually the auth password of the redis connection

The settings are shown in the figure

Restart reids (recommended: redis video tutorial)

Service redis-server restart

Add firewall rules

Iptables-I INPUT-p tcp-m state-state NEW-m tcp-dport 6379MJ ACCEPT

From here, you can connect to redis remotely.

After reading this article, have you learned how to configure remote connections with redis? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel. Thank you for reading.

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

Database

Wechat

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

12
Report