Open
Description
Redis documentation says:
fromTimestamp
is start timestamp for the range query (integer Unix timestamp in milliseconds) or - to denote the timestamp of the earliest sample in the time series.
So I believe with having this argument as int I can not denote - as a time of the earliest sample.
Not sure if using 0 same efficient as -
Same goes for +