redis_rocksdb 0.3.9

rust implement structure kv(key/value) embedded database, storage by rocksdb
Documentation
1
2
3
pub fn new_db_key() -> Vec<u8> {
	xid::new().to_string().as_bytes().to_vec()
}