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
c52922e1
Unverified
Commit
c52922e1
authored
Jun 23, 2022
by
(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
Committed by
GitHub
Jun 23, 2022
Browse files
command prompt help: add stdin config usage (#6313)
Signed-off-by:
Mostafa Hussein
<
mostafa.hussein91@gmail.com
>
parent
d2405b9b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server.c
View file @
c52922e1
...
...
@@ -6097,6 +6097,7 @@ void usage(void) {
fprintf
(
stderr
,
" ./redis-server --test-memory <megabytes>
\n\n
"
);
fprintf
(
stderr
,
"Examples:
\n
"
);
fprintf
(
stderr
,
" ./redis-server (run the server with default conf)
\n
"
);
fprintf
(
stderr
,
" echo 'maxmemory 128mb' | ./redis-server -
\n
"
);
fprintf
(
stderr
,
" ./redis-server /etc/redis/6379.conf
\n
"
);
fprintf
(
stderr
,
" ./redis-server --port 7777
\n
"
);
fprintf
(
stderr
,
" ./redis-server --port 7777 --replicaof 127.0.0.1 8888
\n
"
);
...
...
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