Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
dc39b0c1
Unverified
Commit
dc39b0c1
authored
Mar 24, 2021
by
Itamar Haber
Committed by
GitHub
Mar 24, 2021
Browse files
Fixes a typo in DEBUG HELP (#8638)
parent
ccc39f64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
dc39b0c1
...
@@ -441,7 +441,7 @@ void debugCommand(client *c) {
...
@@ -441,7 +441,7 @@ void debugCommand(client *c) {
" conflicting keys will generate an exception and kill the server."
" conflicting keys will generate an exception and kill the server."
" * NOSAVE: the database will be loaded from an existing RDB file."
,
" * NOSAVE: the database will be loaded from an existing RDB file."
,
" Examples:"
,
" Examples:"
,
" * DEBUG RELOAD: verify that the server is able to persist, fl
s
uh and reload"
,
" * DEBUG RELOAD: verify that the server is able to persist, flu
s
h and reload"
,
" the database."
,
" the database."
,
" * DEBUG RELOAD NOSAVE: replace the current database with the contents of an"
,
" * DEBUG RELOAD NOSAVE: replace the current database with the contents of an"
,
" existing RDB file."
,
" existing RDB file."
,
...
...
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