redis服务器无法启动或无法连接上

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redis服务器无法启动或无法连接上相关的知识,希望对你有一定的参考价值。

参考技术A 错误信息:Job for redis-server.service failed because the control process exited with error code. See "systemctl status redis-server.service" and "journalctl -xe" for details.

或者客户端去链接时的错误信息:

Could not connect to Redis at 127.0.0.1:6379: Connection refused

Could not connect to Redis at 127.0.0.1:6379: Connection refused

ps -ef|grep redis 查看redis服务器进程

sudo kill -9 pid 杀死redis服务器

sudo redis-server /etc/redis/redis.conf 指定加载的配置文件

把redis的所有显示的都杀掉,包括

python 104924 103363 0 00:08 pts/23 00:00:00 grep --color=auto redis

但是这个是会自动重启的,这就对了。

然后再次 sudo redis-server /etc/redis/redis.conf  启动   

连接redis

redis-cli

就完成了。

以上是关于redis服务器无法启动或无法连接上的主要内容,如果未能解决你的问题,请参考以下文章

redis连接工具无法连上docker中redis

谷歌云内存存储(Redis),实例刚启动时无法连接到redis

navicat无法连接上mysql,该怎么设置?

关于Jedis无法连接上Linux上Redis问题

Windows 无法启动Redis服务器(位于本地课计算机上)错误1053:服务没有及时响应启动或控制请求

mongo - 无法连接到服务器 127.0.0.1:27017