mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 04:51:32 +00:00
removed assert causing an illegal memory access. This was responsible of crashes during BLPOP and other list blocking operations.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user