redis-cluster部署遇到为问题记录

1、编译时(make)是报错

  make[2]: cc: Command not found。

然后安装了gcc ,

  sudo apt install gcc

2、编译时还有错:

  couldn’t execute “tclsh8.5”: no such file or directory

安装tcl

  sudo apt install tcl

、(error) MOVED 4326 10.0.2.15:7001

没有启动集群模式(即缺少了那个"-c"): redis-cli -c -h yourhost -p yourpost

原文地址:https://www.cnblogs.com/JimShi/p/14387660.html