redis-(error) CLUSTERDOWN Hash slot not served

背景

搭建redis集群,使用redis-cli连接客户端,设置键值对报错

原因

没有分配槽,因为redis集群要分配16384个槽来储存数据,那么没有分配槽则报如上错误

解决方案

[root@sg193 redis-6.2.5]# redis-cli -a DDSS1234 --cluster fix 10.35.23.193:46379
Warning: Using a password with '-a' or '-u' option on the command line interface may not b                          e safe.
10.35.23.193:46379 (c07e95a1...) -> 0 keys | 0 slots | 0 slaves.
[OK] 0 keys in 1 masters.
0.00 keys per slot on average.
>>> Performing Cluster Check (using node 10.35.23.193:46379)
M: c07e95a163297f7172695910c2cf41501765e2c1 10.35.23.193:46379
   slots: (0 slots) master
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[ERR] Not all 16384 slots are covered by nodes.

>>> Fixing slots coverage...
The following uncovered slots have no keys across the cluster:
[0-16383]
Fix these slots by covering with a random node? (type 'yes' to accept): yes
>>> Covering slot 660 with 10.35.23.193:46379
>>> Covering slot 4315 with 10.35.23.193:46379
>>> Covering slot 13760 with 10.35.23.193:46379
>>> Covering slot 10315 with 10.35.23.193:46379
>>> Covering slot 3334 with 10.35.23.193:46379
>>> Covering slot 7290 with 10.35.23.193:46379
>>> Covering slot 10269 with 10.35.23.193:46379
>>> Covering slot 9950 with 10.35.23.193:46379
>>> Covering slot 4886 with 10.35.23.193:46379

PS:

        一定要输入yes而不是y

        -a 后接redis设置的密码

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

架构师之路魂

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值