redisgraph-go
redisgraph-go copied to clipboard
A Golang client for redisgraph
I am updating the graph from a stream of input data. I am updating the Nodes separately from the Edges. From what I can see, the supported pattern is that...
Hi. How to pass array of int as parameter in redisgraph-go by graph prametrizedquery
hello. how to pass nested struct as parameter to redisgraph query?
Support and tests for: - int64, int32 - uint, uint64, uint32, - float32 Use cases: - a unix timestamp (that is of type int64) has to be serialized - a...
In the module’s go.mod file, revised the module path to append the new major version number. Given that the module path is the module’s identifier, this change effectively creates a...
... WITH CASE WHEN $param =null THEN CREATE (n:product) |n ELSE MATCH(m:product) WHERE ID(m)=$param |m END AS res . . . return res