RedisGraph / redisgraph-go

A Golang client for redisgraph
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
132 stars 38 forks source link

When the number of added nodes is too large, it cannot continue to add node by goland,but it can create new node in redisinsight #37

Open xianliti opened 3 years ago

swilly22 commented 3 years ago

Hi @xianliti, we've probably hit RedisGraph parser string size limit, either increase its size (you'll have to rebuild RedisGraph from source) or batch your graph creation.