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

Function expireCommand

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

EXPIRE key seconds */

Source from the content-addressed store, hash-verified

535
536/* EXPIRE key seconds */
537void expireCommand(client *c) {
538 expireGenericCommand(c,mstime(),UNIT_SECONDS);
539}
540
541/* EXPIREAT key time */
542void expireatCommand(client *c) {

Callers

nothing calls this directly

Calls 2

expireGenericCommandFunction · 0.85
mstimeFunction · 0.70

Tested by

no test coverage detected