MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lookupKeyWrite

Function lookupKeyWrite

app/redis-6.2.6/src/db.c:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165robj *lookupKeyWrite(redisDb *db, robj *key) {
166 return lookupKeyWriteWithFlags(db, key, LOOKUP_NONE);
167}
168void SentReplyOnKeyMiss(client *c, robj *reply){
169 serverAssert(sdsEncodedObject(reply));
170 sds rep = reply->ptr;

Callers 15

expireGenericCommandFunction · 0.85
persistCommandFunction · 0.85
setGenericCommandFunction · 0.85
setrangeCommandFunction · 0.85
msetGenericCommandFunction · 0.85
incrDecrCommandFunction · 0.85
incrbyfloatCommandFunction · 0.85
appendCommandFunction · 0.85
pfaddCommandFunction · 0.85

Calls 1

lookupKeyWriteWithFlagsFunction · 0.85

Tested by

no test coverage detected