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

Function mstime

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

Return the UNIX time in milliseconds */

Source from the content-addressed store, hash-verified

1223
1224/* Return the UNIX time in milliseconds */
1225mstime_t mstime(void) {
1226 return ustime()/1000;
1227}
1228
1229/* After an RDB dump or AOF rewrite we exit from children using _exit() instead of
1230 * exit(), because the latter may interact with the same file objects used by

Callers 15

syncWriteFunction · 0.70
syncReadFunction · 0.70
evalGenericCommandFunction · 0.70
luaLdbLineHookFunction · 0.70
initSentinelFunction · 0.70
createInstanceLinkFunction · 0.70
sentinelResetMasterFunction · 0.70

Calls 1

ustimeFunction · 0.70

Tested by

no test coverage detected