标签:telnet: connect to address 192.168.2.140: connection refused
问题描述: 我的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
telnet: connect to address 192.168.2.140: Connection refused
标签:telnet: connect to address 192.168.2.140: connection refused
原文地址:http://suyanzhu.blog.51cto.com/8050189/1944658