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