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
2dee9a41
Unverified
Commit
2dee9a41
authored
May 31, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
May 31, 2018
Browse files
Merge pull request #4945 from GitHubMota/debug_recover
Fix debug crash-and-recover help info.
parents
5bf08449
af3471a5
Changes
1
Show whitespace changes
Inline
Side-by-side
src/debug.c
View file @
2dee9a41
...
@@ -287,7 +287,7 @@ void debugCommand(client *c) {
...
@@ -287,7 +287,7 @@ void debugCommand(client *c) {
const
char
*
help
[]
=
{
const
char
*
help
[]
=
{
"assert -- Crash by assertion failed."
,
"assert -- Crash by assertion failed."
,
"change-repl-id -- Change the replication IDs of the instance. Dangerous, should be used only for testing the replication subsystem."
,
"change-repl-id -- Change the replication IDs of the instance. Dangerous, should be used only for testing the replication subsystem."
,
"crash-and-recover
y
<milliseconds> -- Hard crash and restart after <milliseconds> delay."
,
"crash-and-recover <milliseconds> -- Hard crash and restart after <milliseconds> delay."
,
"digest -- Outputs an hex signature representing the current DB content."
,
"digest -- Outputs an hex signature representing the current DB content."
,
"htstats <dbid> -- Return hash table statistics of the specified Redis database."
,
"htstats <dbid> -- Return hash table statistics of the specified Redis database."
,
"loadaof -- Flush the AOF buffers on disk and reload the AOF in memory."
,
"loadaof -- Flush the AOF buffers on disk and reload the AOF in memory."
,
...
...
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