telnet: connect to address 192.168.2.140: Connection refused

时间:2017-07-05 11:27:57   收藏:0   阅读:6152

解决方案

问题描述:
    我的redis开启后,使用telnet进行访问出现如下错误
    telnet: connect to address 192.168.2.140: Connection refused
    
解决方案
    查看redis.conf这个配置文件,将bind 127.0.0.1修改为bind 192.168.2.140,然后再使用telnet访问就没有问题
    
说明:
    当前这个问题有可能是其他原因导致,请参考更多解决方案


本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1944658

原文:http://suyanzhu.blog.51cto.com/8050189/1944658

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!