Redisi启动时会报:Could not connect to Redis at 127.0.0.1:6379: Connection refused

Posted Molson

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redisi启动时会报:Could not connect to Redis at 127.0.0.1:6379: Connection refused相关的知识,希望对你有一定的参考价值。

问题时这样的:我把我的redis配置文件中绑定的地址为Centos7的IP地址,启动的时候就会报:Could not connect to Redis at 127.0.0.1:6379: Connection refused,如下图

   

通过上图可以看出,redis是默认访问本机127.0.0.1而不是你绑定的地址,并且后台的redis进程也启动了

 

发现了问题的所在,通过redis-cli -h IP地址 -P 端口  -a 密码 可以连过去的,见下图

  

 

如上图所示,连接redis数据库成功

以上是关于Redisi启动时会报:Could not connect to Redis at 127.0.0.1:6379: Connection refused的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot项目启动出现required a bean of type 'XXX' that could not be found

The application server could not be contacted

dbeaver解压后启动报错Could not resolve module: org.eclipse.compare

Svn启动窗口报错 Could not load file or assembly 'SharpSvn.dll' or one of its

postgresql出错could not create semaphores: No space left on device

postgresql出错could not create semaphores: No space left on device