Skip to content

Commit b4079ab

Browse files
authored
Fix XGROUP HELP message missing a newline (redis#10339)
Add a comma, this would have resulted in missing newline in the message. Forgot to add in redis#9127
1 parent c81c7f5 commit b4079ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/t_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@ void xgroupCommand(client *c) {
26302630
" * MKSTREAM",
26312631
" Create the empty stream if it does not exist.",
26322632
" * ENTRIESREAD entries_read",
2633-
" Set the group's entries_read counter (internal use)."
2633+
" Set the group's entries_read counter (internal use).",
26342634
"CREATECONSUMER <key> <groupname> <consumer>",
26352635
" Create a new consumer in the specified group.",
26362636
"DELCONSUMER <key> <groupname> <consumer>",

0 commit comments

Comments
 (0)