Releases: rmqtt/rmqtt-storage
Releases · rmqtt/rmqtt-storage
0.6.0
0.5.1
- Fix the problem of not using the 'tokio' runtime correctly when the cleanup() operation is performed. https://github.com/rmqtt/rmqtt-storage/commit/bb98b5ff6a52bd95158279c5534fe636ddcf6674
0.5.0
- Add len(..) and db_size(..). https://github.com/rmqtt/rmqtt-storage/commit/13c971540e8d83439c9f06dd25740cb9a2ac03f0
- Redis, automatically clear expired items in SortedSet. https://github.com/rmqtt/rmqtt-storage/commit/93f05d85add0b741e25662dab397f1d87a09e1a7
- Sled, Optimization key expiration processing method. https://github.com/rmqtt/rmqtt-storage/commit/93f05d85add0b741e25662dab397f1d87a09e1a7
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
Is a simple wrapper around some key-value storages, it has the following 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'.