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

Function expireatCommand

src/expire.cpp:791–793  ·  view source on GitHub ↗

EXPIREAT key time */

Source from the content-addressed store, hash-verified

789
790/* EXPIREAT key time */
791void expireatCommand(client *c) {
792 expireGenericCommand(c,0,UNIT_SECONDS);
793}
794
795/* PEXPIRE key milliseconds */
796void pexpireCommand(client *c) {

Callers

nothing calls this directly

Calls 1

expireGenericCommandFunction · 0.85

Tested by

no test coverage detected