pub fn redb_append_log_default<T>(
path: impl AsRef<Path>,
) -> Result<AppendLogStorage<RedbBackend, T, JsonCodec>, StorageError>Expand description
Append-log tier over a redb backend with default options (JsonCodec).
§Errors
Returns StorageError::BackendError if the database can’t be opened.