mirror of
https://github.com/fluencelabs/redis
synced 2025-03-22 02:20:49 +00:00
with --help states that you can use - as config file name to feed config via stdin
This commit is contained in:
parent
2a6a2ed102
commit
e940927314
1
redis.c
1
redis.c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user