Skip to content

Commit

Permalink
refactor: index
Browse files Browse the repository at this point in the history
Signed-off-by: bsbds <[email protected]>
  • Loading branch information
bsbds committed May 9, 2024
1 parent 6efe947 commit 824a9fe
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 199 deletions.
6 changes: 1 addition & 5 deletions crates/xline/src/storage/compact/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ use utils::{
};
use xlineapi::{command::Command, execute_error::ExecuteError, RequestWrapper};

use super::{
index::{Index, IndexOperate},
storage_api::StorageApi,
KvStore,
};
use super::{index::Index, storage_api::StorageApi, KvStore};
use crate::{revision_number::RevisionNumberGenerator, rpc::CompactionRequest};

/// mod revision compactor;
Expand Down
Loading

0 comments on commit 824a9fe

Please sign in to comment.