pub fn load_runtime_readonly(data_path: &Path) -> Option<bool>Expand description
Read a previously-persisted read_only toggle. Returns None
when the file doesn’t exist or doesn’t parse — boot continues
from the env-var / RedDBOptions value in that case.