MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ~redisDb

Method ~redisDb

src/db.cpp:1889–1895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1887}
1888
1889redisDb::~redisDb()
1890{
1891 dictRelease(watched_keys);
1892 dictRelease(ready_keys);
1893 dictRelease(blocking_keys);
1894 listRelease(defrag_later);
1895}
1896
1897void setExpire(client *c, redisDb *db, robj *key, expireEntry &&e)
1898{

Callers

nothing calls this directly

Calls 2

listReleaseFunction · 0.85
dictReleaseFunction · 0.70

Tested by

no test coverage detected