mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Fix debug crash-and-recover help info.
This commit is contained in:
parent
694145bd74
commit
af3471a5dc
@ -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-recovery <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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user