Fix typo in DEBUG REPLYBUFFER RESIZING comment

This command is related with reply buffer, not replay buffer

Co-authored-by: Shogo Hayashi <hayshogo@amazon.co.jp>
This commit is contained in:
Shogo Hayashi
2022-09-06 08:40:37 +03:00
committed by GitHub
co-authored by Shogo Hayashi
parent e42d98ed27
commit e764e2a627
+1 -1
View File
@@ -489,7 +489,7 @@ void debugCommand(client *c) {
" In case NEVER is provided the last observed peak will never be reset",
" In case RESET is provided the peak reset time will be restored to the default value",
"REPLYBUFFER RESIZING <0|1>",
" Enable or disable the replay buffer resize cron job",
" Enable or disable the reply buffer resize cron job",
NULL
};
addReplyHelp(c, help);