Home
last modified time | relevance | path

Searched refs:CLIENT_PREVENT_REPL_PROP (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.h250 #define CLIENT_PREVENT_REPL_PROP (1<<20) /* Don't propagate to slaves. */ macro
251 #define CLIENT_PREVENT_PROP (CLIENT_PREVENT_AOF_PROP|CLIENT_PREVENT_REPL_PROP)
H A Dserver.c2382 c->flags |= CLIENT_PREVENT_REPL_PROP; in preventCommandReplication()
2499 if (c->flags & CLIENT_PREVENT_REPL_PROP || in call()