rosedblabs / rosedb

Lightweight, fast and reliable key/value storage engine based on Bitcask.
https://rosedblabs.github.io
Apache License 2.0
4.58k stars 632 forks source link

[feature] add 3 features; 1: custom fs, 2: custom lock. 3: use DB interface #309

Closed izouxv closed 4 months ago

izouxv commented 4 months ago

hi

add 3 features

  1. custome fs, it can support local os fs, network fs
  2. custome lock, it can support remote lock.
  3. use db interface to replace DB struct.

thank you

izouxv commented 4 months ago

close