Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.h1076 extern dictType replScriptCacheDictType;
H A Dreplication.c2034 server.repl_scriptcache_dict = dictCreate(&replScriptCacheDictType,NULL); in replicationScriptCacheInit()
H A Dserver.c653 dictType replScriptCacheDictType = { variable