Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
585
void pttlCommand(client *c) {
586
ttlGenericCommand(c, 1);
587
}
588
589
/* PERSIST key */
590
void persistCommand(client *c) {
Callers
nothing calls this directly
Calls
1
ttlGenericCommand
Function · 0.85
Tested by
no test coverage detected