0.8.1
github-actions
released this
16 Aug 12:40
·
84 commits
to refs/heads/master
since this release
What's new?
Triggers and Functions support (#145)
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
Add support for extended search commands (#151)
Add support for FT.SPELLCHECK, FT.PROFILE and Auto-suggest Command.
🐛 Bug Fixes
- Introduce procedure mode selection for RedisGraph (#162)
🧰 Maintenance
- Removing Moq as a dependency for mock unit tests (#168)
- Updating CI to latest redis versions (#163)
- Add SkipIfRedisVersion Attribute to skip tests depending on the Redis version (#163)
- Updating client license to clearly be MIT (#167)
- Adding Hash Examples (#159)
Contributors
We'd like to thank all the contributors who worked on this release!