In a Lua script, how to sum up all values returned by Redis TS.RANGE call?
In Azure Redis Enterprise with TimeSeries module enabled I have the following time series with 4 values of 1 at the key "key1": $ TS.RANGE key1 - + 1) 1) (integer) 1693381431951 2) 1 2) 1) (integer) 1693381435201 2) 1…