Searched refs:replicationScriptCacheExists (Results 1 – 3 of 3) sorted by relevance
1245 int replicationScriptCacheExists(sds sha1);
2080 int replicationScriptCacheExists(sds sha1) { in replicationScriptCacheExists() function
1384 if (!replicationScriptCacheExists(c->argv[1]->ptr)) { in evalGenericCommand()