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

Function expireatCommand

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

EXPIREAT key time */

Source from the content-addressed store, hash-verified

540
541/* EXPIREAT key time */
542void expireatCommand(client *c) {
543 expireGenericCommand(c,0,UNIT_SECONDS);
544}
545
546/* PEXPIRE key milliseconds */
547void pexpireCommand(client *c) {

Callers

nothing calls this directly

Calls 1

expireGenericCommandFunction · 0.85

Tested by

no test coverage detected