Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ ttlCommand
Function
ttlCommand
src/expire.cpp:853–855 ·
view source on GitHub ↗
TTL key */
Source
from the content-addressed store, hash-verified
851
852
/* TTL key */
853
void ttlCommand(client *c) {
854
ttlGenericCommand(c, 0);
855
}
856
857
/* PTTL key */
858
void pttlCommand(client *c) {
Callers
nothing calls this directly
Calls
1
ttlGenericCommand
Function · 0.85
Tested by
no test coverage detected