MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / mstime

Function mstime

src/server.cpp:1310–1312  ·  view source on GitHub ↗

Return the UNIX time in milliseconds */

Source from the content-addressed store, hash-verified

1308
1309/* Return the UNIX time in milliseconds */
1310mstime_t mstime(void) {
1311 return ustime()/1000;
1312}
1313
1314/* After an RDB dump or AOF rewrite we exit from children using _exit() instead of
1315 * exit(), because the latter may interact with the same file objects used by

Callers 15

keyIsExpiredFunction · 0.70
prefetchKeysAsyncMethod · 0.70
clusterLoadConfigFunction · 0.70
createClusterLinkFunction · 0.70
createClusterNodeFunction · 0.70
clearNodeFailureIfNeededFunction · 0.70
clusterProcessPacketFunction · 0.70
clusterSendPingFunction · 0.70

Calls 1

ustimeFunction · 0.70

Tested by

no test coverage detected