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
554a5dd2
Commit
554a5dd2
authored
Jan 31, 2011
by
Pieter Noordhuis
Browse files
Clarify comment
parent
d5870d7a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/t_list.c
View file @
554a5dd2
...
...
@@ -826,7 +826,7 @@ int handleClientsWaitingListPush(redisClient *c, robj *key, robj *ele) {
addReplyBulk
(
receiver
,
ele
);
return
1
;
}
else
{
/* BRPOPLPUSH */
/* BRPOPLPUSH
, note that receiver->db is always equal to c->db.
*/
dstobj
=
lookupKeyWrite
(
receiver
->
db
,
dstkey
);
if
(
dstobj
&&
checkType
(
receiver
,
dstobj
,
REDIS_LIST
))
{
decrRefCount
(
dstkey
);
...
...
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