RedisGraph / redisgraph-go

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

Server's run time should return as float64 rather than int #33

Closed alonre24 closed 3 years ago

alonre24 commented 3 years ago

In the object that represents the query result, there is a statistics section (a map), and one of its field is the execution run time. This should be a float rather than int (currently it returns zero for short run time of less than 0.5 ms.)

filipecosta90 commented 3 years ago

Fixed by #40