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
e9409273
Commit
e9409273
authored
Mar 23, 2010
by
antirez
Browse files
with --help states that you can use - as config file name to feed config via stdin
parent
2a6a2ed1
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.c
View file @
e9409273
...
...
@@ -9200,6 +9200,7 @@ static void version() {
static void usage() {
fprintf(stderr,"Usage: ./redis-server [/path/to/redis.conf]\n");
fprintf(stderr," ./redis-server - (read config from stdin)\n");
exit(1);
}
...
...
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