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

Function ttlCommand

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

TTL key */

Source from the content-addressed store, hash-verified

578
579/* TTL key */
580void ttlCommand(client *c) {
581 ttlGenericCommand(c, 0);
582}
583
584/* PTTL key */
585void pttlCommand(client *c) {

Callers

nothing calls this directly

Calls 1

ttlGenericCommandFunction · 0.85

Tested by

no test coverage detected