mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04: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:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user