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

用命令(redis-cli)进入redis客户端时,报错

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

连接失败,这是要启动redis服务,以守护进程方式启动,步骤如下:

1.修改配置文件

vim  /etc/redis.conf

修改内容,把 daemonize no 修改为:

daemonize     yes

这是因为配置文件中,以守护进程方式启动,默认是关闭的,这是设置为允许以守护进程方式启动服务

2.启redis-server /etc/redis.conf看redis服务是否启动

ps aux|grep redis
[root@localhost ~]# ps aux | grep redis
root       3339  0.1  0.5 139524  5208 ?        Ssl  18:41   0:00 redis-server 127.0.0.1:6379 
root       3343  0.0  0.0 103324   848 pts/0    S+   18:41   0:00 grep redis

3.这时候再用命令

redis-cli

进入就可以了

[root@localhost ~]# redis-cli
127.0.0.1:6379> 
127.0.0.1:6379> 
127.0.0.1:6379> keys *
1) "name"
2) "id"
127.0.0.1:6379> 
127.0.0.1:6379> 
127.0.0.1:6379> 
127.0.0.1:6379> 
127.0.0.1:6379> 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值