Skip to content

9.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 12:47
· 101 commits to refs/heads/master since this release
c3098d5

What's new?

Triggers and Functions support

Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code.
Try it for yourself with Quick start

Support for All Probabilistic data structures

Probabilistic data structures, like Bloom filters, offer unique advantages when dealing with large datasets, such as memory efficiency, faster operations, and scalability. Go-Redis now supports all probabilistic data structures.

🐛 Bug Fixes

  • Fix bool ToBool bug (#2626)

🧰 Maintenance

  • Bump github.com/bsm/ginkgo/v2 from 2.7.0 to 2.9.5 (#2613)
  • Adds testable examples to be automatically pulled in redis.io docs (#2601)
  • Integrating spellcheck into CI (#2666)
  • Bumping redis versions (#2662)
  • Updating the README with connection options (#2661)
  • chore: fix staticcheck (#2631)

Contributors

We'd like to thank all the contributors who worked on this release!

@chayim, @dependabot, @dependabot[bot], @elena-kolevska, @kamyab98, @ofekshenawa, @testwill and @vmihailenco