提交 3cc6e7d0 编写于 作者: A antirez

Cluster: CONFIG GET cluster-node-timeout.

上级 05fa4f40
......@@ -878,6 +878,7 @@ void configGetCommand(redisClient *c) {
config_get_numerical_field("watchdog-period",server.watchdog_period);
config_get_numerical_field("slave-priority",server.slave_priority);
config_get_numerical_field("hz",server.hz);
config_get_numerical_field("cluster-node-timeout",server.cluster_node_timeout);
/* Bool (yes/no) values */
config_get_bool_field("no-appendfsync-on-rewrite",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册