redisgraph-go icon indicating copy to clipboard operation
redisgraph-go copied to clipboard

Implement support for ValueType VALUE_POINT.

Open mitchsw opened this issue 3 years ago • 2 comments

Currently, returning a point fails to parse. RedisGraph returns a point as a 2-element double array (see _ResultSet_CompactReplyWithPoint). In this client implementation, I parse those float strings into a 2-element map[string]float64.

mitchsw avatar May 11 '21 02:05 mitchsw

Please take a look @filipecosta90

mitchsw avatar May 28 '21 16:05 mitchsw

@mitchsw Sorry for the delay, we had a hiccup with our CI testing!

Would you mind making a new commit through a command like git amend and pushing?

That should re-trigger our CI and allow us to merge this feature.

Thanks!

jeffreylovitz avatar Jun 16 '21 17:06 jeffreylovitz