You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.--为了让leveldb更加适应与分布式环境,在此基础上我们又增加了一些接口,丰富其功能