summaryrefslogtreecommitdiff
path: root/src/evict.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evict.c')
-rw-r--r--src/evict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evict.c b/src/evict.c
index 637a8b6c7..f97285f2a 100644
--- a/src/evict.c
+++ b/src/evict.c
@@ -691,7 +691,7 @@ int performEvictions(void) {
notifyKeyspaceEvent(NOTIFY_EVICTED, "evicted",
keyobj, db->id);
propagateDeletion(db,keyobj,server.lazyfree_lazy_eviction);
- propagatePendingCommands();
+ postExecutionUnitOperations();
decrRefCount(keyobj);
keys_freed++;