Redis允许远程连接

默认情况下,Redis仅允许本地连接。要实现远程访问,需修改配置文件redis.conf,取消bind 127.0.0.1的注释。此外,新版本的Redis有保护模式,可能需要设置requirepass参数来设置访问密码,以确保安全性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

公众号:

公众号二维码

     

 

默认安装启动redis后,只能本地连接,无法远程连接上,原因是redis安全策略默认本机访问,所以远程访问的话需要将

配置文件redis.cof 中的 bind 127.0.0.1 前面的#注释掉,

有时仅仅注释掉这些还不行,因为新版本增加了保护模式,具体提示信息

复制代码

    DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to clients.
     In this mode connections are only accepted from the loopback interface.
     If you want to connect from external computers to Redis you may adopt one of the following solutions: 
    1) Just disable protected mode sendi
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值