-
-
Save joshdurbin/6fe6ff1bb43c070e4af83032ee3ead40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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