reddb-io-server 1.12.0

RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
Documentation
1
2
3
4
// `QueueMode` re-homed to the neutral keystone crate (ADR 0053, RQL Phase 2
// S4b) so the canonical SQL AST resolves it without a `reddb-server` edge. This
// shim keeps `storage::queue::mode::QueueMode` valid for existing call-sites.
pub use reddb_types::queue_mode::QueueMode;