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
6b490e33
Unverified
Commit
6b490e33
authored
May 10, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
May 10, 2019
Browse files
Merge pull request #6081 from Happy4Code/mod_comments
change the comments there may have a mis type
parents
891f4a38
d9d3d306
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_list.c
View file @
6b490e33
...
@@ -617,7 +617,7 @@ void rpoplpushCommand(client *c) {
...
@@ -617,7 +617,7 @@ void rpoplpushCommand(client *c) {
* the AOF and replication channel.
* the AOF and replication channel.
*
*
* The argument 'where' is LIST_TAIL or LIST_HEAD, and indicates if the
* The argument 'where' is LIST_TAIL or LIST_HEAD, and indicates if the
* 'value' element was popped fro
n
the head (BLPOP) or tail (BRPOP) so that
* 'value' element was popped fro
m
the head (BLPOP) or tail (BRPOP) so that
* we can propagate the command properly.
* we can propagate the command properly.
*
*
* The function returns C_OK if we are able to serve the client, otherwise
* The function returns C_OK if we are able to serve the client, otherwise
...
...
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