7 releases (4 breaking)
new 0.6.0 | Oct 28, 2024 |
---|---|
0.5.2 | Oct 29, 2024 |
0.5.1 | Mar 9, 2024 |
0.4.0 | Jan 16, 2024 |
0.1.0 |
|
#1230 in Database interfaces
689 downloads per month
345KB
9K
SLoC
rmqtt-storage
Is a simple wrapper around some key-value storages.
Usage
Add this to your Cargo.toml
:
[dependencies]
rmqtt-storage = "0.6"
Features
- Supports basic operations of key-value libraries.
- Supports Map data type and related operations.
- Supports List data type and related operations.
- Supports key expiration.
- Provides an implementation for 'sled'.
- Provides an implementation for 'redis'.
- Provides an implementation for 'redis cluster'. Note: the 'len' feature is not supported yet.
Dependencies
~11–22MB
~306K SLoC