MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / dbAsyncDelete

Function dbAsyncDelete

src/lazyfree.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199int dbAsyncDelete(redisDb *db, robj *key) {
200 return db->asyncDelete(key);
201}
202
203/* Free an object, if the object is huge enough, free it in async way. */
204void freeObjAsync(robj *key, robj *obj) {

Callers 9

dbDeleteFunction · 0.85
delGenericCommandFunction · 0.85
evictFunction · 0.85
expireGenericCommandFunction · 0.85
RM_UnlinkKeyFunction · 0.85
getexCommandFunction · 0.85
getdelCommandFunction · 0.85

Calls 1

asyncDeleteMethod · 0.80

Tested by

no test coverage detected