MCPcopy 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 */
858void pttlCommand(client *c) {
859 ttlGenericCommand(c, 1);
860}
861
862/* PERSIST key */
863void persistCommand(client *c) {

Callers

nothing calls this directly

Calls 1

ttlGenericCommandFunction · 0.85

Tested by

no test coverage detected