mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
Tracking: BCAST: basic feature now works.
This commit is contained in:
@ -2124,6 +2124,10 @@ void beforeSleep(struct aeEventLoop *eventLoop) {
|
||||
if (listLength(server.unblocked_clients))
|
||||
processUnblockedClients();
|
||||
|
||||
/* Send the invalidation messages to clients participating to the
|
||||
* client side caching protocol in broadcasting (BCAST) mode. */
|
||||
trackingBroadcastInvalidationMessages();
|
||||
|
||||
/* Write the AOF buffer on disk */
|
||||
flushAppendOnlyFile(0);
|
||||
|
||||
|
Reference in New Issue
Block a user