Unverified Commit e764e2a6 authored by Shogo Hayashi's avatar Shogo Hayashi Committed by GitHub
Browse files

Fix typo in DEBUG REPLYBUFFER RESIZING comment



This command is related with reply buffer, not replay buffer
Co-authored-by: default avatarShogo Hayashi <hayshogo@amazon.co.jp>
parent e42d98ed
...@@ -489,7 +489,7 @@ void debugCommand(client *c) { ...@@ -489,7 +489,7 @@ void debugCommand(client *c) {
" In case NEVER is provided the last observed peak will never be reset", " 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", " In case RESET is provided the peak reset time will be restored to the default value",
"REPLYBUFFER RESIZING <0|1>", "REPLYBUFFER RESIZING <0|1>",
" Enable or disable the replay buffer resize cron job", " Enable or disable the reply buffer resize cron job",
NULL NULL
}; };
addReplyHelp(c, help); addReplyHelp(c, help);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment