RedisGraph / redisgraph-go

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

Return query internal execution time statistics as float #34

Closed alonre24 closed 3 years ago

alonre24 commented 3 years ago

Creating two APIs to get query result statistics fields, one as int and the other as float. Currently only Query_internal_execution_time returns as float.