Skip to content

2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@DvirDukhan DvirDukhan released this 27 Dec 19:01
· 110 commits to master since this release
  • RedisGraph client API

    • Result set structure - Supports the result set structure returned from RedisGraph 1.99.7 and later:
      • Array as a returned data type.
      • Path as a returned data type.
      • Indices modification(create/delete) report as part of the result set statistics.
    • Support parameterized queries.
  • Code

    • Better async usage in examples and unit tests
  • Automation