Home
last modified time | relevance | path

Searched refs:CLUSTER_TODO_FSYNC_CONFIG (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h83 #define CLUSTER_TODO_FSYNC_CONFIG (1<<3) macro
H A Dcluster.c340 server.cluster->todo_before_sleep &= ~CLUSTER_TODO_FSYNC_CONFIG; in clusterSaveConfig()
582 CLUSTER_TODO_FSYNC_CONFIG); in clusterReset()
1021 CLUSTER_TODO_FSYNC_CONFIG); in clusterBumpConfigEpochWithoutConsensus()
1587 CLUSTER_TODO_FSYNC_CONFIG); in clusterUpdateSlotsConfigWith()
1612 CLUSTER_TODO_FSYNC_CONFIG); in clusterUpdateSlotsConfigWith()
1712 CLUSTER_TODO_FSYNC_CONFIG); in clusterProcessPacket()
2086 CLUSTER_TODO_FSYNC_CONFIG); in clusterProcessPacket()
2803 clusterDoBeforeSleep(CLUSTER_TODO_SAVE_CONFIG|CLUSTER_TODO_FSYNC_CONFIG); in clusterSendFailoverAuthIfNeeded()
3091 CLUSTER_TODO_FSYNC_CONFIG); in clusterHandleSlaveFailover()
3607 CLUSTER_TODO_FSYNC_CONFIG; in clusterBeforeSleep()