pub type FlushDbOptions = FlushAllOptions;Expand description
Options for the FLUSHDB command
Aliased Type§
pub struct FlushDbOptions {
pub blocking: bool,
}Fields§
§blocking: boolBlocking (SYNC) waits for completion, non-blocking (ASYNC) runs in the background