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
8ea18fa8
Unverified
Commit
8ea18fa8
authored
Aug 02, 2021
by
SmartKeyerror
Committed by
GitHub
Aug 02, 2021
Browse files
Fix copy-paste typo in t_list.c comment (#9305)
parent
86555ae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_list.c
View file @
8ea18fa8
...
...
@@ -954,7 +954,7 @@ void blpopCommand(client *c) {
blockingPopGenericCommand
(
c
,
LIST_HEAD
);
}
/* B
L
POP <key> [<key> ...] <timeout> */
/* B
R
POP <key> [<key> ...] <timeout> */
void
brpopCommand
(
client
*
c
)
{
blockingPopGenericCommand
(
c
,
LIST_TAIL
);
}
...
...
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