RedisGraph / redisgraph-go

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

Implement support for ValueType VALUE_POINT. #45

Open mitchsw opened 3 years ago

mitchsw commented 3 years ago

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 commented 3 years ago

Please take a look @filipecosta90

jeffreylovitz commented 3 years ago

@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!