Home
last modified time | relevance | path

Searched refs:LOOKUP_NONE (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddb.c144 return lookupKeyReadWithFlags(db,key,LOOKUP_NONE); in lookupKeyRead()
154 return lookupKey(db,key,LOOKUP_NONE); in lookupKeyWrite()
H A Dserver.h1832 #define LOOKUP_NONE 0 macro