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
a69bc5be
Commit
a69bc5be
authored
Nov 19, 2018
by
antirez
Browse files
t_stream.c comment resized to 80 cols.
parent
5314099d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
a69bc5be
...
...
@@ -1475,7 +1475,8 @@ void xreadCommand(client *c) {
streamID
*
gt
=
ids
+
i
;
/* ID must be greater than this. */
int
serve_synchronously
=
0
;
/* Check if there are the conditions to serve the client synchronously. */
/* Check if there are the conditions to serve the client
* synchronously. */
if
(
groups
)
{
/* If the consumer is blocked on a group, we always serve it
* synchronously (serving its local history) if the ID specified
...
...
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