mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
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:
parent
c81c7f51c3
commit
b4079abed4
@ -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>",
|
||||
|
Loading…
Reference in New Issue
Block a user