Unverified Commit b4079abe authored by Binbin's avatar Binbin Committed by GitHub
Browse files

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
parent c81c7f51
...@@ -2630,7 +2630,7 @@ void xgroupCommand(client *c) { ...@@ -2630,7 +2630,7 @@ void xgroupCommand(client *c) {
" * MKSTREAM", " * MKSTREAM",
" Create the empty stream if it does not exist.", " Create the empty stream if it does not exist.",
" * ENTRIESREAD entries_read", " * 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>", "CREATECONSUMER <key> <groupname> <consumer>",
" Create a new consumer in the specified group.", " Create a new consumer in the specified group.",
"DELCONSUMER <key> <groupname> <consumer>", "DELCONSUMER <key> <groupname> <consumer>",
......
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