Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
82661ba3
Unverified
Commit
82661ba3
authored
Jun 12, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Jun 12, 2018
Browse files
Merge pull request #5007 from leonchen83/patch-2
fix typo issue #5005
parents
923e63e5
fac3e8aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
82661ba3
...
@@ -1554,13 +1554,13 @@ uint64_t streamDelConsumer(streamCG *cg, sds name) {
...
@@ -1554,13 +1554,13 @@ uint64_t streamDelConsumer(streamCG *cg, sds name) {
/* XGROUP CREATE <key> <groupname> <id or $>
/* XGROUP CREATE <key> <groupname> <id or $>
* XGROUP SETID <key> <id or $>
* XGROUP SETID <key> <id or $>
* XGROUP DE
LGROUP
<key> <groupname>
* XGROUP DE
STROY
<key> <groupname>
* XGROUP DELCONSUMER <key> <groupname> <consumername> */
* XGROUP DELCONSUMER <key> <groupname> <consumername> */
void
xgroupCommand
(
client
*
c
)
{
void
xgroupCommand
(
client
*
c
)
{
const
char
*
help
[]
=
{
const
char
*
help
[]
=
{
"CREATE <key> <groupname> <id or $> -- Create a new consumer group."
,
"CREATE <key> <groupname> <id or $> -- Create a new consumer group."
,
"SETID <key> <groupname> <id or $> -- Set the current group ID."
,
"SETID <key> <groupname> <id or $> -- Set the current group ID."
,
"DE
LGROUP
<key> <groupname> -- Remove the specified group."
,
"DE
STROY
<key> <groupname> -- Remove the specified group."
,
"DELCONSUMER <key> <groupname> <consumer> -- Remove the specified conusmer."
,
"DELCONSUMER <key> <groupname> <consumer> -- Remove the specified conusmer."
,
"HELP -- Prints this help."
,
"HELP -- Prints this help."
,
NULL
NULL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment