RedisGraph 2.0-M3

This is the third Milestone release for RedisGraph 2.0.

  • Features
    • #574 Introduction of the array data type. This introduces significant support of Cypher as well as properties can be arrays on both nodes and relationships
    • Cypher
      • with the array data support comes IN, collect, head, range, reverse, size, tail
      • #624 randomUUID()
      • #632 IS NULL and IS NOT NULL
    • #613 Runtime arithmetic error handling
      note: the version inside Redis will be 19902 or 1.99.2 in semantic versioning. Since the version of a module in Redis is numeric, we use 1.99 to resemble that it’s almost 2.0

https://github.com/RedisGraph/RedisGraph/releases/tag/v1.99.2

1 Like

Excellent update to RedisGraph. The introduction of the array data type has been very beneficial.

1 Like