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
e5e4d2ef
Commit
e5e4d2ef
authored
Oct 17, 2018
by
Itamar Haber
Committed by
antirez
Nov 05, 2018
Browse files
Corrects inline documentation of syntax
parent
713800d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
e5e4d2ef
...
@@ -1898,7 +1898,7 @@ void xackCommand(client *c) {
...
@@ -1898,7 +1898,7 @@ void xackCommand(client *c) {
addReplyLongLong
(
c
,
acknowledged
);
addReplyLongLong
(
c
,
acknowledged
);
}
}
/* XPENDING <key> <group> [<start> <stop> <count>
]
[<consumer>]
/* XPENDING <key> <group> [<start> <stop> <count> [<consumer>]
]
*
*
* If start and stop are omitted, the command just outputs information about
* If start and stop are omitted, the command just outputs information about
* the amount of pending messages for the key/group pair, together with
* the amount of pending messages for the key/group pair, together with
...
...
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