Skip to content

Releases: RedisLabsModules/redismodule-rs

redis-module-v2.0.8

05 May 11:52
55bee87

Choose a tag to compare

Fixed

  • CI: Revamp the release pipeline, moving over to Trusted Publishing for all crates in the repository.

redis-module-macros-v2.0.8

05 May 11:52
55bee87

Choose a tag to compare

Fixed

  • CI: Revamp the release pipeline, moving over to Trusted Publishing for all crates in the repository.

redis-module-macros-internals-v2.0.8

05 May 10:21
a580b23

Choose a tag to compare

Fixed

  • CI: Revamp the release pipeline, moving over to Trusted Publishing for all crates in the repository.

redis-module-common-v0.1.1

05 May 10:21
a580b23

Choose a tag to compare

Other

  • Rename 'common' to 'redis-module-common'

Version 2.1.1

21 Jan 08:32
503d94e

Choose a tag to compare

Changes

  • Fix the name use within the macro (#399)
  • Made needed changes to properly run on Redis 6 (#403)

Version 1.0.2

14 Jan 09:24

Choose a tag to compare

Changes

  • Avoid calling decode args if there are no args given when loading the module

Version 2.0.8

10 Sep 10:09
bce557d

Choose a tag to compare

Changes

  • Update the deny.toml file. (#388)
  • Added support for defrag API. (#387)
  • Derive the Default and Debug for the allocator. (#385)
  • Add API to remove expiration for RedisKeyWritable (#276)
  • Move is_empty() in RedisKeyWritable to its rightful place with the documentation. (#282)
  • Add NEW key space notification flag (#377)
  • Add cargo deny (#373)

Version 2.0.7

22 Oct 18:02
531d676

Choose a tag to compare

Changes

  • Avoid passing NULL into from_raw_parts in case there are zero arguments on module load. (#371)
  • Enable diskless replication by supporting async load (#370)
  • Fix is_enterprise function (#369)
  • Added support for _proxy-filtered flag. (#366)

Version 2.0.5

20 Sep 15:52
a6156e3

Choose a tag to compare

Changes

  • open key flags (#362)
  • Add a Debug trait implementation for AclPermissions. (#359)
  • Force post notification job callback to static lifetime (#357)
  • Improves the info handler API. (#355)
  • Added avoid_replication_traffic API (#356)
  • Fix lifetime warning in Rust 1.70 (#352)
  • Remove module name from log info and warning log messages (#353)
  • Allow lock Redis from global detached context. (#350)
  • Added cron server event. (#349)
  • Make BlockingCallOptions public (#347)
  • Added trimmed key space notification (#345)
  • Fix arm build (#344)
  • Added config changes server event (#343)
  • The PR add support for blocking RM_Call. (#333)
  • update readies for rocky (#342)

Version 2.0.4

23 May 14:55

Choose a tag to compare