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