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

Function blockingOperationEnds

app/redis-6.2.6/src/server.c:2287–2291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2285}
2286
2287void blockingOperationEnds() {
2288 if(!(--server.blocking_op_nesting)){
2289 server.blocked_last_cron = 0;
2290 }
2291}
2292
2293/* This function fill in the role of serverCron during RDB or AOF loading, and
2294 * also during blocked scripts.

Callers 2

evalGenericCommandFunction · 0.85
stopLoadingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected