RedisGraph / redisgraph-go

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

add in the flush function #5

Closed maguec closed 5 years ago

maguec commented 5 years ago

The Flush function commits the graph to Redis then zeros the nodes and edges.

It is useful during a bulk addition where keeping the whole graph in memory may not be feasible.

@swilly22 @itamarhaber

swilly22 commented 5 years ago

@maguec great, thank you!