Skip to content

Releases: rmqtt/rmqtt-storage

0.6.0

28 Oct 12:40
36c0bd5
Compare
Choose a tag to compare

Implement Redis Cluster Mode. #1

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. https://github.com/rmqtt/rmqtt-storage/commit/bb98b5ff6a52bd95158279c5534fe636ddcf6674

0.5.0

03 Mar 14:59
Compare
Choose a tag to compare

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'.