MCPcopy 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 */
853void ttlCommand(client *c) {
854 ttlGenericCommand(c, 0);
855}
856
857/* PTTL key */
858void pttlCommand(client *c) {

Callers

nothing calls this directly

Calls 1

ttlGenericCommandFunction · 0.85

Tested by

no test coverage detected