RedisGraph / redisgraph-go

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

Fix: Introduced InternalExecutionTime() and removed RunTime() #40

Closed filipecosta90 closed 3 years ago

filipecosta90 commented 3 years ago

The following PR removes RunTime() and introduces InternalExecutionTime(). Apart from it, the PR also introduces further testing to avoid unnoticed breakage in the future