sankarp-kavach

Results 7 comments of sankarp-kavach

To minimize the effects of this leak, I tried to create a single instance of the `Graph` object, via the following code. But it consistently crashes, proving that `Graph` object...

I did some more analysis and found that we embed a `connection` object inside the graph response struct which is possibly what is causing the leak. We seem to have...

> Is it a one thing? Meaning is it the only the initial load? > Please check https://github.com/RedisGraph/redisgraph-bulk-loader Thanks. This is what I am evaluating now. But nevertheless it may...

@gkorland Are there any other alternatives / workarounds to do operations in bulk ? In our system we have a tight loop where a lot of `graph.Query` calls have to...

@gkorland Will you be interested in getting a PR if we could contrib a `QueryBulk` API to which we give an array of strings, whose responses will be sent in...

Hello @itamarhaber , yes I can do `conn.Do("json.set"...)` but I was looking for a better way to automatically (un)marshal golang structs from/to json while working with redis.

> Hello, yes, create separate (not used module) and add comment to begin of file: > > // +build some_tag > > Go do not build this file but vendor...