Avoid that the executed command is propagated at all. This way we * are free to just propagate what we want using the alsoPropagate() * API. */
| 4428 | * are free to just propagate what we want using the alsoPropagate() |
| 4429 | * API. */ |
| 4430 | void preventCommandPropagation(client *c) { |
| 4431 | c->flags |= CLIENT_PREVENT_PROP; |
| 4432 | } |
| 4433 | |
| 4434 | /* AOF specific version of preventCommandPropagation(). */ |
| 4435 | void preventCommandAOF(client *c) { |
no outgoing calls
no test coverage detected