mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -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",
|
" * 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>",
|
||||||
|
Loading…
Reference in New Issue
Block a user