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

Function mstime

app/redis-6.2.6/src/redis-cli.c:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296static long long mstime(void) {
297 return ustime()/1000;
298}
299
300static void cliRefreshPrompt(void) {
301 if (config.eval_ldb) return;

Callers 3

replFunction · 0.70
latencyModeFunction · 0.70
LRUTestModeFunction · 0.70

Calls 1

ustimeFunction · 0.70

Tested by

no test coverage detected