wedb_embed 0.1.10

Embedded database engine providing Redis-like APIs, built on fjall / 嵌入式数据库引擎,提供类似 Redis 的接口,底层基于 fjall 开发
Documentation
1
2
3
4
5
6
7
8
use crate::{impl_simple_meta, key_composer::KeyTag, meta::RedisType};

impl_simple_meta!(
  /// 有序整型集合结构元数据(对标 Apache Kvrocks SortedintMetadata 26字节 / 紧凑25字节)
  SortedintMeta,
  RedisType::SortedInt,
  KeyTag::SortedIntMeta
);