Alexander Staroselsky

Results 2 issues of Alexander Staroselsky

Added new pipe `timeRemaining`. This pipe transforms numeric seconds between `0` and `86399` to a string in format `HH:mm:ss`. This can be useful for displaying countdown timers in a friendly...

When dealing with [map projections](https://oss.redis.com/redisgraph/datatypes/#map-projections), what would be the proper way to extract the keys/values from the iterator? Given query: ``` MATCH (n) RETURN n {.name, .age} AS projection ```...