summaryrefslogtreecommitdiff
path: root/src/t_stream.c
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-02-24 14:31:39 +0800
committerGitHub <noreply@github.com>2022-02-24 08:31:39 +0200
commitb4079abed4bc012d96eb2c2bb776f6be8cd246f8 (patch)
tree5778f0f61bac083e46e2809fdecd437383033371 /src/t_stream.c
parentc81c7f51c38de6dff5ffc55b5184061b84c7ea5f (diff)
downloadredis-b4079abed4bc012d96eb2c2bb776f6be8cd246f8.tar.gz
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
Diffstat (limited to 'src/t_stream.c')
-rw-r--r--src/t_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t_stream.c b/src/t_stream.c
index 408c0199a..cd7d9723e 100644
--- a/src/t_stream.c
+++ b/src/t_stream.c
@@ -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>",