wedb_embed 0.1.7

Embedded database engine providing Redis-like APIs, built on fjall / 嵌入式数据库引擎,提供类似 Redis 的接口,底层基于 fjall 开发
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod bitmap;
pub mod bloom;
pub mod geo;
pub mod hash;
pub mod hll;
pub mod json;
pub mod key;
pub mod list;
pub mod search;
pub mod set;
pub mod sortedint;
pub mod stream;
pub mod string;
pub mod tdigest;
pub mod timeseries;
pub mod zset;