解决 redis 无法远程连接


Posted in Redis onMay 15, 2022

问题描述:

redis远程服务端运行在192.168.3.90计算机上,客户端计算机(ip:192.168.3.110)通过redsi-cli.exe客户端工具连接时,没有反应,连接不上。

如图所示:

解决 redis 无法远程连接

解决步骤:

步骤一:注释掉redis.window.conf文件中的bind属性设置。

如图所示:

解决 redis 无法远程连接

解决 redis 无法远程连接

步骤二:把protected-mode属性设置no

解决 redis 无法远程连接

重启redis即可远程连接。

如图所示:

解决 redis 无法远程连接

解决 redis 无法远程连接

解决 redis 无法远程连接

确定启动成功,查看所有keys

解决 redis 无法远程连接

清空所有keys

解决 redis 无法远程连接

注意事项:

不能直接双击redis安装目录下bin目录下的redis-server.exe启动redis服务端,否则会导致无法通过远程客户端进行操作。

如果所示,通过双击redis-server.exe命令启动redis后,然后执行keys查看所有键时报错,

解决 redis 无法远程连接

解决 redis 无法远程连接

解决 redis 无法远程连接

报错如下异常:

(error) 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 sending the command 'CONFIG SET protected-mode no' from the loopback interface by connecting to Redis 
from the same host the server is running, however MAKE SURE Redis is not publicly accessible from internet if you do so. 
Use CONFIG REWRITE to make this change permanent. 2) Alternatively you can just disable the protected mode by editing the Redis configuration file,
and setting the protected mode option to 'no', and then restarting the server. 
3) If you started the server manually just for testing, restart it with the '--protected-mode no' option.
4) Setup a bind address or an authentication password. 
NOTE: You only need to do one of the above things in order for the server to start accepting connections from the outside.

原因分析:从启动成功界面分析,这种方式的启动读取的配置文件可能不是redis.windows.conf文件,故之前设置的内容没有生效。

所以启动redis时,通过进入redis安装目录下的bin目录,然后执行

redis-server redis.windows.conf

命令启动名。

另外redis-cli客户端连接redis服务端命令如下

redis-cli -h 192.168.3.90 -p 6379
  • -h 选择指定服务端ip
  • -p 选择指定端口。

到此这篇关于redis远程连接不上的解决办法的文章就介绍到这了,更多相关redis远程连接不上内容请搜索三水点靠木以前的文章或继续浏览下面的相关文章希望大家以后多多支持三水点靠木!


Tags in this post...

Redis 相关文章推荐
为Java项目添加Redis缓存的方法
May 18 Redis
redis实现排行榜功能
May 24 Redis
redis哨兵常用命令和监控示例详解
May 27 Redis
Redis缓存-序列化对象存储乱码问题的解决
Jun 21 Redis
springboot使用Redis作缓存使用入门教程
Jul 25 Redis
使用redis生成唯一编号及原理示例详解
Sep 15 Redis
基于Redis结合SpringBoot的秒杀案例详解
Oct 05 Redis
linux下安装redis图文详细步骤
Dec 04 Redis
Redis 操作多个数据库的配置的方法实现
Mar 23 Redis
redis调用二维码时的不断刷新排查分析
Apr 01 Redis
Grafana可视化监控系统结合SpringBoot使用
Apr 19 Redis
muduo TcpServer模块源码分析
Apr 26 Redis
Redis 限流器
May 15 #Redis
Redis高并发缓存架构性能优化
详解Redis的三种常用的缓存读写策略步骤
windows安装 redis 6.2.6最新步骤详解
muduo TcpServer模块源码分析
Redis数据同步之redis shake的实现方法
Apr 21 #Redis
Grafana可视化监控系统结合SpringBoot使用
You might like
PHP生成各种随机验证码的方法总结【附demo源码】
2017/06/05 PHP
详解PHP处理字符串类似indexof的方法函数
2017/06/11 PHP
php调用云片网接口发送短信的实现方法
2017/10/25 PHP
PHP与以太坊交互详解
2018/08/24 PHP
PHP实现字符串大小写转函数的功能实例
2019/02/06 PHP
Laravel框架FormRequest中重写错误处理的方法
2019/02/18 PHP
PHP回调函数简单用法示例
2019/05/08 PHP
在laravel中使用with实现动态添加where条件
2019/10/10 PHP
基于PHP的微信公众号的开发流程详解
2020/08/07 PHP
javascript返回顶部效果(自写代码)
2013/01/06 Javascript
js判断生效时间不得大于失效时间的思路及代码
2013/04/23 Javascript
浅析Javascript使用include/require
2013/11/13 Javascript
node.js中的fs.write方法使用说明
2014/12/15 Javascript
Atitit.js的键盘按键事件捆绑and事件调度
2016/04/01 Javascript
js流动式效果显示当前系统时间
2016/05/16 Javascript
如何正确理解javascript的模块化
2017/03/02 Javascript
详解JavaScript调用栈、尾递归和手动优化
2017/06/03 Javascript
D3.js实现拓扑图的示例代码
2018/06/30 Javascript
vue 权限认证token的实现方法
2018/07/17 Javascript
vuex直接赋值的三种方法总结
2018/09/16 Javascript
浅谈TypeScript的类型保护机制
2020/02/23 Javascript
解决Vue keep-alive 调用 $destory() 页面不再被缓存的情况
2020/10/30 Javascript
Tensorflow的可视化工具Tensorboard的初步使用详解
2018/02/11 Python
Python动态导入模块的方法实例分析
2018/06/28 Python
一篇文章彻底搞懂Python中可迭代(Iterable)、迭代器(Iterator)与生成器(Generator)的概念
2019/05/13 Python
美国亚马逊旗下时尚女装网店:SHOPBOP(支持中文)
2020/10/17 全球购物
Sony C++笔试题
2013/03/10 面试题
应聘自荐书
2013/10/08 职场文书
业务主管岗位职责范本
2013/12/25 职场文书
即将毕业大学生自荐信
2014/01/24 职场文书
幼儿园评语大全
2014/04/17 职场文书
《沉香救母》教学反思
2014/04/19 职场文书
汉语专业毕业生自荐信
2014/07/06 职场文书
房地产营销活动策划方案
2014/09/15 职场文书
当你找不到方向的时候,不妨读读刘备的一生
2019/08/05 职场文书
铁拳制作人赞《铁拳7》老头环Mod:制作精良 但别弄了
2022/04/03 其他游戏