redis_rocksdb 0.3.9

rust implement structure kv(key/value) embedded database, storage by rocksdb
Documentation
1
2
3
4
pub use vec_bytes::*;

/// length of data is variable, zero copy, insert, binary search, persistence
mod vec_bytes;