Home
last modified time | relevance | path

Searched refs:forceCommandPropagation (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/src/
H A Dpubsub.c322 forceCommandPropagation(c,PROPAGATE_REPL); in publishCommand()
H A Dscripting.c1395 forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF); in evalGenericCommand()
1457 forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF); in scriptCommand()
H A Dserver.h1315 void forceCommandPropagation(client *c, int flags);
H A Dserver.c2161 void forceCommandPropagation(client *c, int flags) { in forceCommandPropagation() function