Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Perf/range #57

Merged
merged 6 commits into from
Nov 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kip_db"
version = "0.1.2-alpha.17"
version = "0.1.2-alpha.18"
edition = "2021"
authors = ["Kould <kould2333@gmail.com>"]
description = "轻量级、异步 基于LSM Leveled Compaction K-V数据库"
Expand Down
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub enum KernelError {
#[error("Data is empty")]
DataEmpty,

#[error("Max Level is 7")]
#[error("Level Over")]
LevelOver,

#[error("Not the correct type of Cmd")]
Expand Down
Loading
Loading