Closed davisford closed 5 years ago
Is this just an oversight?
RedisGraph doesn't seem to require such and id, and it isn't ever used for anything?
RedisGraph maintains an internal ID for every graph entity, you can get it by using the ID function MATCH (n) RETURN ID(n)
ID
MATCH (n) RETURN ID(n)
Is this just an oversight?
RedisGraph doesn't seem to require such and id, and it isn't ever used for anything?