配置名 含义 默认值 可选值 可否支持 config set 动态配置
    cluster-node-timeout 集群节点超时时间 15000 整数 可以
    cluster-migration-barrier 主从节点切换需要从节点最小个数 1 整数 可以
    cluster-slave-validity-factor 从节点有效性判断因子,当从节点与主节点最后通信时间超过(cluster-node-timeout * slave-validity-factor)+repl-ping-slave-period 时,对应从节点不具备故障转移资格,防止断线时间过长的从节点进行故障转移。设置为 0 表示从节点永不过期 10 整数 可以
    cluster-require-full-coverage 集群是否需要所有 slot 都分配给在线节点,才能正常访问 yes yes | no 可以
    cluster-enabled 是否开启集群模式 yes yes | no 不可以
    cluster-config-file 集群配置文件名称 nodes.conf nodes-{port}.conf 不可以