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
2b93a195
Commit
2b93a195
authored
Sep 30, 2013
by
antirez
Browse files
Add REWRITE to CONFIG subcommands help message.
parent
2d0844ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.c
View file @
2b93a195
...
@@ -1786,7 +1786,7 @@ void configCommand(redisClient *c) {
...
@@ -1786,7 +1786,7 @@ void configCommand(redisClient *c) {
}
}
}
else
{
}
else
{
addReplyError
(
c
,
addReplyError
(
c
,
"CONFIG subcommand must be one of GET, SET, RESETSTAT"
);
"CONFIG subcommand must be one of GET, SET, RESETSTAT
, REWRITE
"
);
}
}
return
;
return
;
...
...
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