mirror of https://github.com/redis/redis.git
Modules: remove spurious call from moduleHandleBlockedClients().
Now we handle propagation when we free the context.
This commit is contained in:
parent
228bc89ecb
commit
4534960b29
|
|
@ -4262,7 +4262,6 @@ void moduleHandleBlockedClients(void) {
|
||||||
ctx.client = bc->client;
|
ctx.client = bc->client;
|
||||||
ctx.blocked_client = bc;
|
ctx.blocked_client = bc;
|
||||||
bc->reply_callback(&ctx,(void**)c->argv,c->argc);
|
bc->reply_callback(&ctx,(void**)c->argv,c->argc);
|
||||||
moduleHandlePropagationAfterCommandCallback(&ctx);
|
|
||||||
moduleFreeContext(&ctx);
|
moduleFreeContext(&ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue