返回顶部
首页 > 资讯 > 后端开发 > JAVA >使用redis遇到了 Could not connect to Redis at 127.0.0.1:6379: Connection refused 错误
  • 872
分享到

使用redis遇到了 Could not connect to Redis at 127.0.0.1:6379: Connection refused 错误

redis数据库javalinux 2023-09-16 12:09:18 872人浏览 泡泡鱼
摘要

遇到的问题 [root@localhost ~]# redis-cliCould not connect to Redis at 127.0.0.1:6379: Connection refusednot connected>       

遇到的问题

[root@localhost ~]# redis-cliCould not connect to Redis at 127.0.0.1:6379: Connection refusednot connected>

        当我们直接连接 Redis 时,会遇到 Could not connect to Redis at 127.0.0.1:6379: Connection refused 这个问题,显示连接被拒绝

原因

        是因为没有启动 redis 的服务端,所以我们的 redis 连接不到他的服务,需要启动 redis 服务端

解决方法

        如下图,这是 redis 的 bin 目录,找到 redis-server 和 redis.conf 这两个文件

[root@localhost ~]# ll /usr/local/redis/bin/总用量 16264-rwxr-xr-x. 1 root root  708272 11月  1 00:04 redis-benchmark-rwxr-xr-x. 1 root root 4962208 11月  1 00:04 redis-check-aof-rwxr-xr-x. 1 root root 4962208 11月  1 00:04 redis-check-rdb-rwxr-xr-x. 1 root root  964912 11月  1 00:04 redis-cli-rwxr-xr-x. 1 root root   84842 11月  1 00:08 redis.conflrwxrwxrwx. 1 root root      12 11月  1 00:04 redis-sentinel -> redis-server-rwxr-xr-x. 1 root root 4962208 11月  1 00:04 redis-server

        我们在命令行启动这两个文件,输入 /usr/local/redis/bin/redis-server /usr/local/redis/bin/redis.conf

[root@localhost ~]# /usr/local/redis/bin/redis-server /usr/local/redis/bin/redis.conf

        然后启动 redis 客户端,输入 redis-cli 就可以成功了

[root@localhost ~]# redis-cli127.0.0.1:6379>

若有不足或者不正之处,欢迎指正批评,感激不尽!如果有疑问欢迎留言,绝对第一时间回复! 

来源地址:https://blog.csdn.net/m0_54958293/article/details/127639476

--结束END--

本文标题: 使用redis遇到了 Could not connect to Redis at 127.0.0.1:6379: Connection refused 错误

本文链接: https://lsjlt.com/news/409908.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作