pub const DEFAULT_NAMESPACE: &str = "default";Expand description
The namespace a KV call without an explicit one binds to. A namespace is a logical bucket: keys are unique within it, scans are scoped to it, and one user’s namespaces stay isolated from another’s.