MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

feat: cache file & dio file #176

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

What changes were proposed in this pull request?

Rename origin CacheFile to DioFIle, and introduce the real CacheFile.

Which issues is this PR related to?

171