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

Function pttlCommand

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

PTTL key */

Source from the content-addressed store, hash-verified

583
584/* PTTL key */
585void pttlCommand(client *c) {
586 ttlGenericCommand(c, 1);
587}
588
589/* PERSIST key */
590void persistCommand(client *c) {

Callers

nothing calls this directly

Calls 1

ttlGenericCommandFunction · 0.85

Tested by

no test coverage detected