summaryrefslogtreecommitdiff
path: root/src/blocked.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blocked.c')
-rw-r--r--src/blocked.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blocked.c b/src/blocked.c
index 497ffe4ce..069d3ba95 100644
--- a/src/blocked.c
+++ b/src/blocked.c
@@ -635,7 +635,7 @@ void handleClientsBlockedOnKeys(void) {
if (!o) {
/* Edge case: If lookupKeyReadWithFlags decides to expire the key we have to
* take care of the propagation here, because afterCommand wasn't called */
- propagatePendingCommands();
+ postExecutionUnitOperations();
} else {
if (o->type == OBJ_LIST)
serveClientsBlockedOnListKey(o,rl);