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

Function lookupKeyWrite

src/db.cpp:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255robj *lookupKeyWrite(redisDb *db, robj *key) {
256 return lookupKeyWriteWithFlags(db, key, LOOKUP_NONE);
257}
258void SentReplyOnKeyMiss(client *c, robj *reply){
259 serverAssert(sdsEncodedObject(reply));
260 sds rep = szFromObj(reply);

Callers 15

lookupKeyWriteOrReplyFunction · 0.85
renameGenericCommandFunction · 0.85
moveCommandFunction · 0.85
copyCommandFunction · 0.85
restoreCommandFunction · 0.85
lookupKeyByPatternFunction · 0.85
sortCommandFunction · 0.85
zaddGenericCommandFunction · 0.85
zrangeGenericCommandFunction · 0.85
genericZpopCommandFunction · 0.85

Calls 1

lookupKeyWriteWithFlagsFunction · 0.85

Tested by

no test coverage detected