mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +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:
parent
6b52ad87c0
commit
defb5f66a0
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user