Avi Avni

Results 38 comments of Avi Avni

@milanbgd011 thanks for using RedisGraph we able to solve the build issue on arm and working to be able to push new docker image soon

@milanbgd011 thanks I'n the mean time you can check if this `docker run redisfab/redisgraph:master-arm64v8-bionic` image is working for you this is not a production image

After discussion with @swilly22 we see 2 parts to the solution 1. return error when there is other clause after delete clause this is different then return clause to prevent...

redis 2.4.14 don't support multi labels it was added in 2.8 so you can use the latest release 2.8.14 soon 2.8.15

relationship can have only one type

so replace the : with other character like '_'

about ``` set n:`biolink:Disease`:`biolink:DiseaseOrPhenotypicFeature` ``` it will be supported in 2.10 version see https://github.com/RedisGraph/RedisGraph/pull/2379

no because we don't store null also neo4j not store null in node/edges attributes

just remove `andOneWithout: null` from the map

yes the difference is that in update we also to set null to remove a property instead of using remove that will be introduced in 2.10.0 in merge we don't...