RedisGraph / redisgraph-go

A Golang client for redisgraph
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
132 stars 38 forks source link

What's the ID property for on Node? #2

Closed davisford closed 5 years ago

davisford commented 6 years ago

Is this just an oversight?

RedisGraph doesn't seem to require such and id, and it isn't ever used for anything?

swilly22 commented 5 years ago

RedisGraph maintains an internal ID for every graph entity, you can get it by using the ID function MATCH (n) RETURN ID(n)