mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Fixes a typo in DEBUG HELP (#8638)
This commit is contained in:
parent
ccc39f64f8
commit
dc39b0c190
@ -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, flsuh and reload",
|
" * DEBUG RELOAD: verify that the server is able to persist, flush 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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user