java
nested exception is io.lettuce.core.RedisCommandExecutionException:CLUSTERDOWN Hash slot not server

Redis 的这个错误,表示客户端尝试访问的哈希槽未被任何节点服务
可以执行以下命令重新分配槽即可
bash
/redis-cli-a 密码--clusterfix IP:端口
注意:要是 Redis 没有设置密码,则参数【-a 密码】不用加