Fix XGROUP HELP message missing a newline (#10339)

Add a comma, this would have resulted in missing newline in the message.
Forgot to add in #9127
This commit is contained in:
Binbin
2022-02-24 14:31:39 +08:00
committed by GitHub
parent c81c7f51c3
commit b4079abed4

View File

@@ -2630,7 +2630,7 @@ void xgroupCommand(client *c) {
" * MKSTREAM",
" Create the empty stream if it does not exist.",
" * ENTRIESREAD entries_read",
" Set the group's entries_read counter (internal use)."
" Set the group's entries_read counter (internal use).",
"CREATECONSUMER <key> <groupname> <consumer>",
" Create a new consumer in the specified group.",
"DELCONSUMER <key> <groupname> <consumer>",