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
792c5316
Commit
792c5316
authored
Mar 12, 2015
by
antirez
Browse files
CONFIG GET syslog-facility added.
Was missing for some reason. Trivial to add after config.c refactoring.
parent
50b41b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.c
View file @
792c5316
...
@@ -1123,6 +1123,8 @@ void configGetCommand(redisClient *c) {
...
@@ -1123,6 +1123,8 @@ void configGetCommand(redisClient *c) {
server.supervised_mode,supervised_mode_enum);
server.supervised_mode,supervised_mode_enum);
config_get_enum_field("appendfsync",
config_get_enum_field("appendfsync",
server.aof_fsync,aof_fsync_enum);
server.aof_fsync,aof_fsync_enum);
config_get_enum_field("syslog-facility",
server.syslog_facility,syslog_facility_enum);
/* Everything we can't handle with macros follows. */
/* Everything we can't handle with macros follows. */
...
...
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