Skip to content

Commit

Permalink
fix: correct the range behavior in MemoryKvBackend & RaftEngineBackend (
Browse files Browse the repository at this point in the history
#2615)

* fix: correct the range behavior in MemoryKvBackend & RaftEngineBackend

* refactor: migrate tests from MemoryKvBackend

* chore: apply suggestions from CR

* fix: fix license header

* chore: apply suggestions from CR

* chore: apply suggestions from CR

* fix: fix range bugs
  • Loading branch information
WenyXu authored Oct 20, 2023
1 parent b5d9d63 commit e1dcf83
Show file tree
Hide file tree
Showing 6 changed files with 526 additions and 291 deletions.
1 change: 1 addition & 0 deletions src/common/meta/src/kv_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

pub mod memory;
pub mod test;
pub mod txn;

use std::any::Any;
Expand Down
Loading

0 comments on commit e1dcf83

Please sign in to comment.