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

Function pexpireCommand

app/redis-6.2.6/src/expire.c:547–549  ·  view source on GitHub ↗

PEXPIRE key milliseconds */

Source from the content-addressed store, hash-verified

545
546/* PEXPIRE key milliseconds */
547void pexpireCommand(client *c) {
548 expireGenericCommand(c,mstime(),UNIT_MILLISECONDS);
549}
550
551/* PEXPIREAT key ms_time */
552void pexpireatCommand(client *c) {

Callers

nothing calls this directly

Calls 2

expireGenericCommandFunction · 0.85
mstimeFunction · 0.70

Tested by

no test coverage detected