Merge branch 'unstable' of github.com:antirez/redis into unstable

This commit is contained in:
antirez 2011-05-12 20:21:00 +02:00
commit 06d22a8a8a

View File

@ -822,7 +822,6 @@ int handleClientsWaitingListPush(redisClient *c, robj *key, robj *ele) {
/* This should remove the first element of the "clients" list. */
unblockClientWaitingData(receiver);
redisAssert(ln != listFirst(clients));
if (dstkey == NULL) {
/* BRPOP/BLPOP */