Skip to content

Releases: rmqtt/rmqtt-storage

0.5.1

09 Mar 14:44
Compare
Choose a tag to compare
  1. Fix the problem of not using the 'tokio' runtime correctly when the cleanup() operation is performed. bb98b5f

0.5.0

03 Mar 14:59
Compare
Choose a tag to compare
  1. Add len(..) and db_size(..). 13c9715
  2. Redis, automatically clear expired items in SortedSet. 93f05d8
  3. Sled, Optimization key expiration processing method. 93f05d8

0.4.0

16 Jan 14:46
Compare
Choose a tag to compare

Optimize the codes

0.3.0

0.2.1

14 Dec 12:49
Compare
Choose a tag to compare

0.2.0

12 Dec 16:30
Compare
Choose a tag to compare

Optimize the codes

0.1.1

10 Dec 11:51
Compare
Choose a tag to compare

0.1.0

05 Dec 12:15
Compare
Choose a tag to compare

Is a simple wrapper around some key-value storages, it has the following features:

  1. Supports basic operations of key-value libraries.
  2. Supports Map data type and related operations.
  3. Supports List data type and related operations.
  4. Supports key expiration.
  5. Provides an implementation for 'sled'.
  6. Provides an implementation for 'redis'.