MCPcopy Create free account
hub / github.com/F-Stack/f-stack / clusterDoBeforeSleep

Function clusterDoBeforeSleep

app/redis-6.2.6/src/cluster.c:3797–3799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3795}
3796
3797void clusterDoBeforeSleep(int flags) {
3798 server.cluster->todo_before_sleep |= flags;
3799}
3800
3801/* -----------------------------------------------------------------------------
3802 * Slots management

Callers 12

clusterUpdateMyselfFlagsFunction · 0.85
clusterResetFunction · 0.85
clearNodeFailureIfNeededFunction · 0.85
clusterSetNodeAsMasterFunction · 0.85
clusterProcessPacketFunction · 0.85
clusterCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected