mirror of https://mirror.osredm.com/root/redis.git
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:
parent
e42d98ed27
commit
e764e2a627
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue