Home
last modified time | relevance | path

Searched refs:replScriptCacheDictType (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c2333 server.repl_scriptcache_dict = dictCreate(&replScriptCacheDictType,NULL); in replicationScriptCacheInit()
H A Dserver.h1390 extern dictType replScriptCacheDictType;
H A Dserver.c726 dictType replScriptCacheDictType = { variable