Skip to content

Instantly share code, notes, and snippets.

@joshdurbin
Last active May 14, 2020 21:35
Show Gist options
  • Save joshdurbin/6fe6ff1bb43c070e4af83032ee3ead40 to your computer and use it in GitHub Desktop.
Save joshdurbin/6fe6ff1bb43c070e4af83032ee3ead40 to your computer and use it in GitHub Desktop.
match (p:person)-[:transact]->(:order)-[:contain]->(:product)<-[:contain]-(:order)-[:contain]->(prd:product) where p.id=294 return distinct prd limit 1
redis graph
https://youtu.be/JNpHba2kRGM
https://youtu.be/aGHALjV6JGc
https://youtu.be/FC4PVQpwhqQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment