Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
580
void ttlCommand(client *c) {
581
ttlGenericCommand(c, 0);
582
}
583
584
/* PTTL key */
585
void pttlCommand(client *c) {
Callers
nothing calls this directly
Calls
1
ttlGenericCommand
Function · 0.85
Tested by
no test coverage detected