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

Function pexpireatCommand

src/expire.cpp:801–803  ·  view source on GitHub ↗

PEXPIREAT key ms_time */

Source from the content-addressed store, hash-verified

799
800/* PEXPIREAT key ms_time */
801void pexpireatCommand(client *c) {
802 expireGenericCommand(c,0,UNIT_MILLISECONDS);
803}
804
805/* Implements TTL and PTTL */
806void ttlGenericCommand(client *c, int output_ms) {

Callers

nothing calls this directly

Calls 1

expireGenericCommandFunction · 0.85

Tested by

no test coverage detected