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
28e95c7c
Commit
28e95c7c
authored
Jul 10, 2018
by
antirez
Browse files
Streams: fix typo "consumer".
parent
a8c1bb31
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/blocked.c
View file @
28e95c7c
...
@@ -404,7 +404,7 @@ void handleClientsBlockedOnKeys(void) {
...
@@ -404,7 +404,7 @@ void handleClientsBlockedOnKeys(void) {
streamID
start
=
*
gt
;
streamID
start
=
*
gt
;
start
.
seq
++
;
/* Can't overflow, it's an uint64_t */
start
.
seq
++
;
/* Can't overflow, it's an uint64_t */
/* Lookup the consu
e
mr for the group, if any. */
/* Lookup the consum
e
r for the group, if any. */
streamConsumer
*
consumer
=
NULL
;
streamConsumer
*
consumer
=
NULL
;
if
(
group
)
{
if
(
group
)
{
consumer
=
streamLookupConsumer
(
group
,
consumer
=
streamLookupConsumer
(
group
,
...
...
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