Significantly improve perf in replication scenarios

Former-commit-id: ae8a94d6158cada41b7497d55fe12f5d776f0c75
This commit is contained in:
John Sully 2020-10-12 15:27:03 +00:00
parent 239d874f1f
commit b2b72ff412

View File

@ -3670,8 +3670,6 @@ void call(client *c, int flags) {
redisOpArrayFree(&g_pserver->also_propagate); redisOpArrayFree(&g_pserver->also_propagate);
} }
ProcessPendingAsyncWrites();
g_pserver->also_propagate = prev_also_propagate; g_pserver->also_propagate = prev_also_propagate;
/* If the client has keys tracking enabled for client side caching, /* If the client has keys tracking enabled for client side caching,