Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.c2372 c->flags |= CLIENT_PREVENT_PROP; in preventCommandPropagation()
2438 c->flags &= ~(CLIENT_FORCE_AOF|CLIENT_FORCE_REPL|CLIENT_PREVENT_PROP); in call()
2483 (c->flags & CLIENT_PREVENT_PROP) != CLIENT_PREVENT_PROP) in call()
2515 c->flags &= ~(CLIENT_FORCE_AOF|CLIENT_FORCE_REPL|CLIENT_PREVENT_PROP); in call()
2517 (CLIENT_FORCE_AOF|CLIENT_FORCE_REPL|CLIENT_PREVENT_PROP); in call()
H A Dserver.h251 #define CLIENT_PREVENT_PROP (CLIENT_PREVENT_AOF_PROP|CLIENT_PREVENT_REPL_PROP) macro