Skip to content

0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 14:27
· 91 commits to refs/heads/master since this release
d06f758

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.

Breaking Changes

  • Add support for extended search commands (#151)
  • Support GRAPH.DELETE returning boolean (#152)

🐛 Bug Fixes

  • Escape backslashes in RedisGraphUtilities.PrepareQuery (#155)
  • Support GRAPH.DELETE returning boolean (#152)

Documentation

  • Updates search tutorial doc examples to new format and data (#156)

Contributors

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

@elena-kolevska, @haysch and @shacharPash