Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
3cc6e7d0
Commit
3cc6e7d0
authored
Apr 04, 2013
by
antirez
Browse files
Cluster: CONFIG GET cluster-node-timeout.
parent
05fa4f40
Changes
1
Show whitespace changes
Inline
Side-by-side
src/config.c
View file @
3cc6e7d0
...
@@ -878,6 +878,7 @@ void configGetCommand(redisClient *c) {
...
@@ -878,6 +878,7 @@ void configGetCommand(redisClient *c) {
config_get_numerical_field
(
"watchdog-period"
,
server
.
watchdog_period
);
config_get_numerical_field
(
"watchdog-period"
,
server
.
watchdog_period
);
config_get_numerical_field
(
"slave-priority"
,
server
.
slave_priority
);
config_get_numerical_field
(
"slave-priority"
,
server
.
slave_priority
);
config_get_numerical_field
(
"hz"
,
server
.
hz
);
config_get_numerical_field
(
"hz"
,
server
.
hz
);
config_get_numerical_field
(
"cluster-node-timeout"
,
server
.
cluster_node_timeout
);
/* Bool (yes/no) values */
/* Bool (yes/no) values */
config_get_bool_field
(
"no-appendfsync-on-rewrite"
,
config_get_bool_field
(
"no-appendfsync-on-rewrite"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment