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

Function pexpireatCommand

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

PEXPIREAT key ms_time */

Source from the content-addressed store, hash-verified

550
551/* PEXPIREAT key ms_time */
552void pexpireatCommand(client *c) {
553 expireGenericCommand(c,0,UNIT_MILLISECONDS);
554}
555
556/* Implements TTL and PTTL */
557void ttlGenericCommand(client *c, int output_ms) {

Callers

nothing calls this directly

Calls 1

expireGenericCommandFunction · 0.85

Tested by

no test coverage detected