- probe go expose a key value database for c ecosystem
- this is not expected be a go package anymore, it is a package that expose to c so far
- not production code, should be noticed
分布式 KV 存储的核心能力:
- 多实例部署(不同端口)
- 实例间数据自动同步
- 本地查询不到 key 时自动重定向到对应实例
- 保留核心的 set/get/delete 功能
- full-sync 用于手动触发全量同步
- original repo: https://github.com/YuriyNasretdinov/distribkv
- testing more apis
- cleanup codebase
- make a bbolot db viewer