SQL Compatibiliy

Hi,

I have a doubt,

Redis graph commands are fully compatible with SQL?

Thanks

Sorry, they are not! RedisGraph uses the query language Cypher, which is designed explicitly with graphs in mind and as such is significantly different from SQL.

The data model of property graphs is very different from the tabular model of SQL databases, and as such basic operations like JOIN cannot be considered directly equivalent to a graph traversal.