wedb_embed 0.1.4

Embedded database engine providing Redis-like APIs, built on fjall / 嵌入式数据库引擎,提供类似 Redis 的接口,底层基于 fjall 开发
Documentation
1
2
3
4
5
6
7
use crate::key_composer::KeyTag;
define_simple_key_meta!(
  BitmapMeta,
  Bitmap,
  KeyTag::BitmapMeta.as_slice(),
  "位图结构元数据(对标 Apache Kvrocks BitmapMetadata)"
);