# README
mmdb
内存键值DB,数据存储在btree
- 支持日志持久化,快照防止数据丢失
- 支持ACID事务
- MVCC并发多读多写(读写互不堵塞对方)
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author