Searched refs:CLIENT_PREVENT_REPL_PROP (Results 1 – 2 of 2) sorted by relevance
250 #define CLIENT_PREVENT_REPL_PROP (1<<20) /* Don't propagate to slaves. */ macro251 #define CLIENT_PREVENT_PROP (CLIENT_PREVENT_AOF_PROP|CLIENT_PREVENT_REPL_PROP)
2382 c->flags |= CLIENT_PREVENT_REPL_PROP; in preventCommandReplication()2499 if (c->flags & CLIENT_PREVENT_REPL_PROP || in call()