mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Clarify comment
This commit is contained in:
parent
d5870d7ac3
commit
554a5dd2fc
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user