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

Function pexpireCommand

src/expire.cpp:796–798  ·  view source on GitHub ↗

PEXPIRE key milliseconds */

Source from the content-addressed store, hash-verified

794
795/* PEXPIRE key milliseconds */
796void pexpireCommand(client *c) {
797 expireGenericCommand(c,mstime(),UNIT_MILLISECONDS);
798}
799
800/* PEXPIREAT key ms_time */
801void pexpireatCommand(client *c) {

Callers

nothing calls this directly

Calls 2

expireGenericCommandFunction · 0.85
mstimeFunction · 0.70

Tested by

no test coverage detected