Skip to main content

Module embedded

Module embedded 

Source
Expand description

Embedded backend โ€” wraps the in-process RedDB engine.

Compiled only when the embedded Cargo feature is enabled (default). When embedded is off, this module does not exist and the crate::Reddb enum will refuse to construct an embedded variant at runtime with a clear FEATURE_DISABLED error.

Structsยง

EmbeddedClient
In-process handle to a RedDB engine.