Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dpubsub.c322 forceCommandPropagation(c,PROPAGATE_REPL); in publishCommand()
H A Dscripting.c1461 forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF); in evalGenericCommand()
1520 forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF); in scriptCommand()
H A Dserver.h1722 void forceCommandPropagation(client *c, int flags);
H A Dserver.c2363 void forceCommandPropagation(client *c, int flags) { in forceCommandPropagation() function